Searched refs:TZ (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/util/Formatter/
H A DBasic.sh41 TZ="${1}"; export TZ
42 echo " " $TZ
/openjdk9/jdk/test/java/util/TimeZone/
H A DBug8066652.sh54 # set system TimeZone to GMT using environment variable TZ
55 export TZ="GMT"
/openjdk9/jdk/test/java/util/Date/
H A DTZ.java32 public class TZ { class
/openjdk9/jdk/test/tools/jar/
H A DJarEntryTime.java49 static final TimeZone TZ = TimeZone.getDefault(); field in class:JarEntryTime
50 static final boolean DST = TZ.inDaylightTime(new Date());
199 return (!currentTZ.equals(TZ) || currentDST != DST);
/openjdk9/jdk/src/java.base/unix/native/libjava/
H A DTimeZone_md.c479 * "/etc/default/init" to get the default TZ value if TZ is not defined
489 * Try the TZ entry in /etc/default/init.
504 if (strncmp(p, "TZ=", 3) == 0) {
575 * Returns a zone ID of Solaris when the TZ value is "localtime".
658 char *tz_key = "TZ=";
690 /* On AIX, the TZ environment variable may end with a comma
778 * using <java_home>/lib/tzmappings. If the TZ value is not found, it
791 tz = getenv("TZ");

Completed in 100 milliseconds