Class ContextTimeZone

java.lang.Object
de.uplanet.lucy.server.ContextTimeZone

@Scriptable public final class ContextTimeZone extends Object
  • Method Details

    • 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 be null).
    • get

      public static TimeZone get(IUser p_user)
      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, or null.