Home
last modified time | relevance | path

Searched refs:TimeZone (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/ia64/stand/efi/libefi/
Dtime.c114 ETime->TimeZone < -1440 || in EfiTimeToUnixTime()
115 (ETime->TimeZone > 1440 && ETime->TimeZone != 2047) ) { in EfiTimeToUnixTime()
160 if ( ETime->TimeZone != EFI_UNSPECIFIED_TIMEZONE ) { in EfiTimeToUnixTime()
164 UTime += (ETime->TimeZone * 60); in EfiTimeToUnixTime()
201 EfiTime.TimeZone == EFI_UNSPECIFIED_TIMEZONE ? 0 : EfiTime.TimeZone; in EFI_GetTimeOfDay()
/netbsd/src/sys/external/bsd/acpica/dist/include/platform/
Dacefiex.h215 INT16 TimeZone; /* -1440 to 1440 or 2047 */ member
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcontrib.texi1417 Bastiaan Huisman for @code{TimeZone} bug fixing.
Dgccint.info50271 * Bastiaan Huisman for 'TimeZone' bug fixing.
Dgcc.info63312 * Bastiaan Huisman for 'TimeZone' bug fixing.
/netbsd/src/lib/libc/time/
DNEWS1933 tz-link.htm now mentions the A0 TimeZone Migration utilities.
4833 data distribution points & methods (and a link to DateTime::TimeZone::Tzfile
/netbsd/src/external/gpl3/gcc/dist/
DNEWS13574 * java.util.TimeZone can now read files from /usr/share/zoneinfo to
14900 o Updated TimeZone data against Olson tzdata2005l.
18606 * [166]7786 TimeZone.getDSTSavings() from JDK1.4 not implemented