public interface UserTimeZoneSupplier
Modifier and Type | Method and Description |
---|---|
ZoneId |
getTimeZone() |
ZoneId |
getTimeZone(ApplicationUser user) |
@Nonnull ZoneId getTimeZone()
@Nonnull ZoneId getTimeZone(@Nullable ApplicationUser user)
user
- the user for which to find the time zone. Can be null
for the anonymous user.Copyright © 2024 Atlassian. All rights reserved.