Package de.uplanet.lucy.server
Class ContextTimeZone
java.lang.Object
de.uplanet.lucy.server.ContextTimeZone
-
Method Summary
Modifier and TypeMethodDescriptionstatic TimeZone
get
(IProcessingContext p_ctx) Get the context time zone from the user, or, if not present, the system time zone.static TimeZone
get
(de.uplanet.lucy.server.usermanager.IUser p_user) Get the context time zone from the user, or, if not present, the system time zone.
-
Method Details
-
get
Get the context time zone from the user, or, if not present, the system time zone.- Parameters:
p_ctx
- The processing context (could benull
).
-
get
Get the context time zone from the user, or, if not present, the system time zone.- Parameters:
p_user
- The user from which to get the time zone, ornull
.
-