Searched refs:tzone (Results 1 – 10 of 10) sorted by relevance
34 foreach my $tzone (@TZONE_RAW) {35 chomp($tzone);36 if (-e $tzone) {37 $TZONE[$index] = substr($tzone, 20);48 foreach my $tzone (@TZONE) {50 $ENV{'TZ'} = "$tzone"; 56 print "\nTIME ZONE: $tzone\n";
3 tzone.pl : A perl script that test the timezone information between the system time and ICU time.9 tzone.pl Perl script that calls the tzdate program with the correct TZ and arguments.29 tzone.pl32 tzone.pl year month day
59 struct timezone tzone; in hwclock_main() local114 tzone.tz_minuteswest = timezone / 60 - 60 * daylight; in hwclock_main()120 tzone.tz_minuteswest = timezone / 60; in hwclock_main()121 if (tm.tm_isdst) tzone.tz_minuteswest -= 60; in hwclock_main()122 if (!TT.utc) timeval.tv_sec += tzone.tz_minuteswest * 60; in hwclock_main()131 tzone.tz_dsttime = 0; in hwclock_main()132 if (settimeofday(&timeval, &tzone)) perror_exit("settimeofday failed"); in hwclock_main()
68 String tzone = this.lexer.ttoken().toLowerCase(); in parse() local69 if (!"gmt".equals(tzone)) in parse()70 throw createParseException("Bad Time Zone " + tzone); in parse()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...