OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeZone
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/ia64/stand/efi/libefi/
time.c
108
ETime->
TimeZone
< -1440 ||
109
(ETime->
TimeZone
> 1440 && ETime->
TimeZone
!= 2047) ) {
154
if ( ETime->
TimeZone
!= EFI_UNSPECIFIED_TIMEZONE ) {
156
//
TimeZone
is kept in minues...
158
UTime += (ETime->
TimeZone
* 60);
167
OUT struct
timezone
*tzp
190
// Do something with the
timezone
if needed
195
EfiTime.
TimeZone
== EFI_UNSPECIFIED_TIMEZONE ? 0 : EfiTime.
TimeZone
;
[
all
...]
/src/sys/arch/i386/stand/efiboot/
efigetsecs.c
48
if (-24 * 60 < t.
TimeZone
&& t.
TimeZone
< 24 * 60)
49
r += t.
TimeZone
* 60;
/src/sys/stand/efiboot/
efigetsecs.c
52
if (-24 * 60 < t.
TimeZone
&& t.
TimeZone
< 24 * 60)
53
r += t.
TimeZone
* 60;
/src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h
90
INT16
TimeZone
; // -1440 to 1440 or 2047
99
// Value definition for EFI_TIME.
TimeZone
/src/sbin/efi/
certs.c
144
int16_t
TimeZone
; // -1440 to 1440 or 2047 (0x7ff)
169
if (et->
TimeZone
!= EFI_UNSPECIFIED_TIMEZONE) {
170
printf(" (%d)", et->
TimeZone
);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
package.d
24
$(REF_ALTTEXT
TimeZone
,
TimeZone
, std, datetime,
timezone
)$(NBSP)
25
$(REF_ALTTEXT UTC, UTC, std, datetime,
timezone
)$(NBSP)
26
$(REF_ALTTEXT LocalTime, LocalTime, std, datetime,
timezone
)$(NBSP)
27
$(REF_ALTTEXT PosixTimeZone, PosixTimeZone, std, datetime,
timezone
)$(NBSP)
28
$(REF_ALTTEXT WindowsTimeZone, WindowsTimeZone, std, datetime,
timezone
)$(NBSP)
29
$(REF_ALTTEXT SimpleTimeZone, SimpleTimeZone, std, datetime,
timezone
)$(NBSP)
69
$(LI $(MREF std, datetime,
timezone
) for classes which represent timezones.)
70
$(LI $(MREF std, datetime, systime) for a point in time with a
timezone
.
[
all
...]
timezone.d
10
$(LREF
TimeZone
)
27
Source: $(PHOBOSSRC std/datetime/
timezone
.d)
29
module std.datetime.
timezone
;
71
abstract class
TimeZone
214
static immutable(
TimeZone
) testTZ(string tzName,
341
else static assert(0, "The location of the UTC
timezone
file on this Posix platform must be set.");
527
A
TimeZone
which represents the current local time zone on
536
final class LocalTime :
TimeZone
864
`
TimeZone
.utcToTZ`
901
`
TimeZone
.tzToUTC
[
all
...]
systime.d
47
import std.datetime.
timezone
: LocalTime;
49
assert(today.
timezone
is LocalTime());
56
import std.datetime.
timezone
: UTC;
62
/// Make a specific point in time in the New York
timezone
67
import std.datetime.
timezone
: SimpleTimeZone;
85
import std.datetime.
timezone
;// : LocalTime, SimpleTimeZone,
TimeZone
, UTC;
148
static SysTime currTime(ClockType clockType = ClockType.normal)(immutable
TimeZone
tz = LocalTime()) @safe
157
assert(currTime().
timezone
is LocalTime());
158
assert(currTime(UTC()).
timezone
is UTC())
[
all
...]
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
107
INT16
TimeZone
; /* -1440 to 1440 or 2047 */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
wininet.d
1063
GOPHER_TIMEZONE_ATTRIBUTE_TYPE
TimeZone
;
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026