Home | History | Annotate | Download | only in server

Lines Matching refs:TIMEZONE_PROPERTY

106     static final String TIMEZONE_PROPERTY = "persist.sys.timezone";
910 setTimeZoneImpl(SystemProperties.get(TIMEZONE_PROPERTY));
979 String current = SystemProperties.get(TIMEZONE_PROPERTY);
985 SystemProperties.set(TIMEZONE_PROPERTY, zone.getID());
2669 TimeZone zone = TimeZone.getTimeZone(SystemProperties.get(TIMEZONE_PROPERTY));