Home
last modified time | relevance | path

Searched refs:USER_TIMEZONE (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DSystemProperties.java244 public static final String USER_TIMEZONE = "user.timezone"; field in SystemProperties
789 return getProperty(USER_TIMEZONE); in getUserTimezone()
DSystemUtils.java813 public static final String USER_TIMEZONE = SystemProperties.getUserTimezone(); field in SystemUtils