Package de.uplanet.lucy.server
Class ContextTimeZone
- java.lang.Object
-
- de.uplanet.lucy.server.ContextTimeZone
-
@Scriptable public final class ContextTimeZone extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TimeZone
get(IProcessingContext p_ctx)
Get the context time zone from the user, or, if not present, the system time zone.static TimeZone
get(IUser p_user)
Get the context time zone from the user, or, if not present, the system time zone.
-
-
-
Method Detail
-
get
public static TimeZone get(IProcessingContext p_ctx)
Get the context time zone from the user, or, if not present, the system time zone.- Parameters:
p_ctx
- The processing context (could benull
).
-
-