Home | History | Annotate | Download | only in server

Lines Matching defs:TIMEZONE_PROPERTY

142     static final String TIMEZONE_PROPERTY = "persist.sys.timezone";
1289 setTimeZoneImpl(SystemProperties.get(TIMEZONE_PROPERTY));
1405 String current = SystemProperties.get(TIMEZONE_PROPERTY);
1411 SystemProperties.set(TIMEZONE_PROPERTY, zone.getID());
3751 TimeZone zone = TimeZone.getTimeZone(SystemProperties.get(TIMEZONE_PROPERTY));