Searched refs:daylight (Results 1 – 20 of 20) sorted by relevance
97 private int daylight = 0; in file_fmttime() local107 daylight = tm1->tm_isdst; in file_fmttime()111 if (daylight) in file_fmttime()
2 DateTime::__construct() -- fall daylight/standard overlap
21 echo "\n-- Testing gmdate() function with checking whether date is in daylight saving time format -…50 -- Testing gmdate() function with checking whether date is in daylight saving time format --
6 * Description: Returns the daylight saving time offset
7 * Description: Returns the daylight saving time offset
2 Bug #30532 (strtotime - crossing daylight savings time)
16 * + dt: daylight time on the transition day 2010-03-14 03:16:55 EDT19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
16 * + dt: daylight time on the transition day 2010-03-14 03:16:5519 * + dtsec: daylight time first second 2010-03-14 03:00:00
15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
15 * + dt: daylight time on transition day 2010-11-07 00:10:2016 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT, + TZ20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT, + TZ
2 IntlTimeZone::getDisplayName(): daylight parameter effect
527 zend_bool daylight = 0; in PHP_FUNCTION() local534 "O|bls!", &object, TimeZone_ce_ptr, &daylight, &display_type, in PHP_FUNCTION()559 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()
3110 + private int daylight = 0;3120 + daylight = tm1->tm_isdst;3124 + if (daylight)
Completed in 34 milliseconds