Home
last modified time | relevance | path

Searched refs:daylight (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_time.py14 time.daylight
167 self.assertEqual(time.daylight, 0)
177 self.assertEqual(time.daylight, 1)
190 self.assertEqual(time.daylight, 1)
Dtest_strptime.py305 if time.tzname[0] != time.tzname[1] or not time.daylight:
322 original_daylight = time.daylight
324 time.daylight = 1
329 (time.tzname, tz_value, time.daylight, tz_name))
332 time.daylight = original_daylight
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTimeVals.h30 extern int daylight;
DZoneProc.c76 int daylight = 0; variable
112 daylight = 0; in settzname()
124 daylight = 1; in settzname()
DTheory.txt32 daylight saving time rules, or situations where more than two
43 and daylight saving time (DST) zone names.
79 daylight saving time shifts--as might be required to limit phone
90 daylight time zone name. The daylight saving time rules to be used
116 conversion, the "daylight" and "timezone" variables are no longer
151 of GMT" value and a "daylight saving time in effect" flag) to a
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_strptime.py169 if time.daylight:
423 time.daylight and found_zone not in ("utc", "gmt")):
Dimaplib.py1349 if time.daylight and lt[-1]:
1406 if time.daylight and tt[-1]:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dutils.py148 if time.daylight and now[-1]:
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c373 Time->Daylight = (daylight ? EFI_TIME_ADJUST_DAYLIGHT : 0) in SecGetTime()
DPosixFileSystem.c230 …Time->Daylight = (daylight ? EFI_TIME_ADJUST_DAYLIGHT : 0) | (tm->tm_isdst > 0 ? EFI_TIME_IN_DAYLI… in PosixSystemTimeToEfiTime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c63 #define daylight _daylight macro
724 PyModule_AddIntConstant(m, "daylight", daylight); in inittimezone()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c63 #define daylight _daylight macro
724 PyModule_AddIntConstant(m, "daylight", daylight); in inittimezone()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni835 " -d - Sets or displays a daylight savings time value.\r\n"
842 " dl - Specifies a daylight saving time value to set.\r\n"
844 " 1 : Time is affected, and has not been adjusted for daylight\r\n"
846 " 3 : Time is affected, and has been adjusted for daylight savings.\r\n"
848 " current daylight savings time is displayed.\r\n"
877 " * To display the system time, including daylight savings time:\r\n"
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h58 #define daylight _daylight