Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A 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/arch/i386/stand/efiboot/
H A Defigetsecs.c48 if (-24 * 60 < t.TimeZone && t.TimeZone < 24 * 60) in getsecs()
49 r += t.TimeZone * 60; in getsecs()
/netbsd-src/sys/stand/efiboot/
H A Defigetsecs.c52 if (-24 * 60 < t.TimeZone && t.TimeZone < 24 * 60) in getsecs_rtc()
53 r += t.TimeZone * 60; in getsecs_rtc()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dpackage.d24 $(REF_ALTTEXT TimeZone, TimeZone, std, datetime, timezone)$(NBSP)
H A Dtimezone.d10 $(LREF TimeZone)
71 abstract class TimeZone
214 static immutable(TimeZone) testTZ(string tzName,
527 A TimeZone which represents the current local time zone on
1176 `TimeZone.utcToTZ` in utcToTZ()
1205 `TimeZone.tzToUTC`
2045 Returns a $(LREF TimeZone) with the give name per the TZ Database. The
2858 final class WindowsTimeZone : TimeZone in version()
H A Dsystime.d574 tz = The $(REF TimeZone,std,datetime,timezone) to use for this
635 tz = The $(REF TimeZone,std,datetime,timezone) to use for this
641 this(Date date, return scope immutable TimeZone tz = null) return scope @safe nothrow
658 static void test(Date d, immutable TimeZone tz, long expected)
690 tz = The $(REF TimeZone,std,datetime,timezone) to use for this
694 this(long stdTime, return scope immutable TimeZone tz = null) return scope @safe pure nothrow
702 static void test(long stdTime, immutable TimeZone tz)
769 static void test(DateTime dt, immutable TimeZone tz1, immutable TimeZone tz2)
842 static void testEqual(SysTime st, immutable TimeZone tz1, immutable TimeZone tz2)
864 … static void testCmp(SysTime st1, immutable TimeZone tz1, SysTime st2, immutable TimeZone tz2)
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidef.h90 INT16 TimeZone; // -1440 to 1440 or 2047 member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d43 abstract class TimeZone
49 get a $(LREF TimeZone) by name with $(D TimeZone.getTimeZone).
181 static immutable(TimeZone) testTZ(string tzName,
485 A TimeZone which represents the current local time zone on
1118 $(D TimeZone.utcToTZ) in utcToTZ()
1146 $(D TimeZone.tzToUTC)
1922 Returns a $(LREF TimeZone) with the give name per the TZ Database. The
2714 $(D WindowsTimeZone.getTimeZone) or call $(D TimeZone.getTimeZone) in version()
2721 final class WindowsTimeZone : TimeZone in version()
H A Dsystime.d390 tz = The $(REF TimeZone,std,datetime,timezone) to use for this in test()
445 tz = The $(REF TimeZone,std,datetime,timezone) to use for this in test()
451 this(in Date date, immutable TimeZone tz = null) @safe nothrow in test()
468 static void test(Date d, immutable TimeZone tz, long expected) in test()
495 tz = The $(REF TimeZone,std,datetime,timezone) to use for this
499 this(long stdTime, immutable TimeZone tz = null) @safe pure nothrow
507 static void test(long stdTime, immutable TimeZone tz) in test()
570 static void test(DateTime dt, immutable TimeZone tz1, immutable TimeZone tz2)
636 static void testEqual(SysTime st, immutable TimeZone tz1, immutable TimeZone tz2)
658 … static void testCmp(SysTime st1, immutable TimeZone tz1, SysTime st2, immutable TimeZone tz2)
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h107 INT16 TimeZone; /* -1440 to 1440 or 2047 */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwininet.d1063 GOPHER_TIMEZONE_ATTRIBUTE_TYPE TimeZone;
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcontrib.texi1417 Bastiaan Huisman for @code{TimeZone} bug fixing.
H A Dgccint.info50271 * Bastiaan Huisman for 'TimeZone' bug fixing.
H A Dgcc.info63312 * Bastiaan Huisman for 'TimeZone' bug fixing.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcontrib.texi1417 Bastiaan Huisman for @code{TimeZone} bug fixing.
H A Dgccint.info48584 * Bastiaan Huisman for 'TimeZone' bug fixing.
H A Dgcc.info60316 * Bastiaan Huisman for 'TimeZone' bug fixing.
/netbsd-src/lib/libc/time/
H A DNEWS1908 tz-link.htm now mentions the A0 TimeZone Migration utilities.
4808 data distribution points & methods (and a link to DateTime::TimeZone::Tzfile
/netbsd-src/external/public-domain/tz/dist/
H A DNEWS1825 tz-link.htm now mentions the A0 TimeZone Migration utilities.
4725 data distribution points & methods (and a link to DateTime::TimeZone::Tzfile
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS11714 * java.util.TimeZone can now read files from /usr/share/zoneinfo to
13044 o Updated TimeZone data against Olson tzdata2005l.
16756 * [166]7786 TimeZone.getDSTSavings() from JDK1.4 not implemented
/netbsd-src/external/gpl3/gcc/dist/
H A 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
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.comp.po31433 "${TimeZone}, ${Sender} wrote:"
31436 "${24Hour}:${Minute} ${TimeZone}, ${Sender} viết:"
39916 msgid "TimeZone Combobox"