Home
last modified time | relevance | path

Searched refs:tz (Results 1 – 25 of 76) sorted by relevance

1234

/PHP-7.4/ext/date/lib/
H A Dparse_tz.c392 &tz->timezone_abbr[tz->type[0].abbr_idx], in timelib_dump_tzinfo()
398 tz->trans[i], tz->trans[i], tz->trans_idx[i], in timelib_dump_tzinfo()
400 tz->type[tz->trans_idx[i]].isdst, in timelib_dump_tzinfo()
401 tz->type[tz->trans_idx[i]].abbr_idx, in timelib_dump_tzinfo()
402 &tz->timezone_abbr[tz->type[tz->trans_idx[i]].abbr_idx], in timelib_dump_tzinfo()
403 tz->type[tz->trans_idx[i]].isstdcnt, in timelib_dump_tzinfo()
404 tz->type[tz->trans_idx[i]].isgmtcnt in timelib_dump_tzinfo()
606 if (!tz->bit64.timecnt || !tz->trans) { in fetch_timezone_offset()
628 return &(tz->type[tz->trans_idx[i - 1]]); in fetch_timezone_offset()
632 return &(tz->type[tz->trans_idx[tz->bit64.timecnt - 1]]); in fetch_timezone_offset()
[all …]
H A Dtm2unixtime.c429 switch (tz->zone_type) { in do_adjust_timezone()
432 tz->is_localtime = 1; in do_adjust_timezone()
433 return -tz->z; in do_adjust_timezone()
439 tz->is_localtime = 1; in do_adjust_timezone()
440 tmp = -tz->z; in do_adjust_timezone()
441 tmp -= tz->dst * 3600; in do_adjust_timezone()
447 tzi = tz->tz_info; in do_adjust_timezone()
457 tz->is_localtime = 1; in do_adjust_timezone()
470 tmp = -tz->z; in do_adjust_timezone()
479 tz->z = gmt_offset->offset; in do_adjust_timezone()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dtimezone_fromDateTimeZone_basic.phpt13 $tz = IntlTimeZone::fromDateTimeZone(new DateTimeZone('Europe/Amsterdam'));
14 var_dump($tz->getID(), $tz->getRawOffset());
22 $tz = IntlTimeZone::fromDateTimeZone($dtz);
23 var_dump($tz->getID(), $tz->getRawOffset());
30 $tz = IntlTimeZone::fromDateTimeZone($dtz);
31 var_dump($tz->getID(), $tz->getRawOffset() /* (3*60+40)*60000 */);
H A Dtimezone_createEnumeration_basic.phpt10 $tz = IntlTimeZone::createEnumeration();
11 var_dump(get_class($tz));
12 $count = count(iterator_to_array($tz));
15 $tz = intltz_create_enumeration();
16 var_dump(get_class($tz));
17 $count2 = count(iterator_to_array($tz));
H A Dtimezone_createEnumeration_variation1.phpt10 $tz = IntlTimeZone::createEnumeration(3600000);
11 var_dump(get_class($tz));
12 $count = count(iterator_to_array($tz));
15 $tz->rewind();
16 var_dump(in_array('Europe/Amsterdam', iterator_to_array($tz)));
H A Dtimezone_createEnumeration_variation2.phpt10 $tz = IntlTimeZone::createEnumeration('NL');
11 var_dump(get_class($tz));
12 $count = count(iterator_to_array($tz));
15 $tz->rewind();
16 var_dump(in_array('Europe/Amsterdam', iterator_to_array($tz)));
H A Dtimezone_getGMT_basic.phpt10 $tz = IntlTimeZone::getGMT();
11 print_r($tz);
12 $tz = intltz_get_gmt();
13 print_r($tz);
H A Dtimezone_createTimeZone_basic.phpt10 $tz = IntlTimeZone::createTimeZone('GMT+01:00');
11 print_r($tz);
12 $tz = intltz_create_time_zone('GMT+01:00');
13 print_r($tz);
H A Dtimezone_createDefault_basic.phpt10 $tz = IntlTimeZone::createDefault();
11 print_r($tz);
12 $tz = intltz_create_default();
13 print_r($tz);
H A Dtimezone_getUnknown_basic.phpt12 $tz = IntlTimeZone::getUnknown();
13 print_r($tz);
14 $tz = intltz_get_unknown();
15 print_r($tz);
H A Dtimezone_toDateTimeZone_basic.phpt13 function do_test(IntlTimeZone $tz, $proc = false) {
14 var_dump($tz->getID(), $tz->getRawOffset());
16 $dtz = $tz->toDateTimeZone();
18 $dtz = intltz_to_date_time_zone($tz);
H A Dtimezone_clone_error.phpt15 $tz = new A();
16 var_dump($tz);
18 var_dump(clone $tz);
H A Dtimezone_getDisplayName_error.phpt11 $tz = IntlTimeZone::createTimeZone('Europe/Lisbon');
12 var_dump($tz->getDisplayName(array()));
13 var_dump($tz->getDisplayName(false, array()));
14 var_dump($tz->getDisplayName(false, -1));
15 var_dump($tz->getDisplayName(false, IntlTimeZone::DISPLAY_SHORT, array()));
16 var_dump($tz->getDisplayName(false, IntlTimeZone::DISPLAY_SHORT, NULL, NULL));
H A Dtimezone_equals_error.phpt15 $tz = new A();
17 var_dump($tz, $tz2);
19 var_dump($tz == $tz2);
/PHP-7.4/ext/date/tests/
H A Dbug67118.phpt9 public function __construct($time = 'now', $tz = NULL, $format = NULL)
11 if (!empty($tz) && !is_object($tz)) {
12 $tz = new DateTimeZone($tz);
15 @parent::__construct($time, $tz);
H A Ddate_timezone_get_basic1.phpt15 $tz = date_timezone_get($object);
16 var_dump( timezone_name_get($tz) );
20 $tz = date_timezone_get($object);
21 var_dump( timezone_name_get($tz) );
25 $tz = date_timezone_get($object);
26 var_dump( timezone_name_get($tz) );
H A Dtimezone_offset_get_basic1.phpt16 $tz = timezone_open("Europe/London");
19 var_dump(timezone_offset_get($tz, $date));
21 $tz = timezone_open("America/New_York");
22 var_dump(timezone_offset_get($tz, $date));
24 $tz = timezone_open("America/Los_Angeles");
25 var_dump(timezone_offset_get($tz, $date));
H A D68062.phpt6 $tz = new DateTimeZone('Europe/London');
7 $dt = new DateTimeImmutable('2014-09-20', $tz);
9 echo $tz->getOffset($dt);
10 echo $tz->getOffset(1);
H A Dbug54597.phpt7 $tz = new DateTimeZone("Europe/Amsterdam");
8 $dateObject = new DateTime( 'January 0099', $tz );
10 $dateObject = new DateTime( 'January 1, 0099', $tz );
12 $dateObject = new DateTime( '0099-01', $tz );
H A Ddate-lenient-create.phpt5 $tz = new DateTimeZone("UTC");
8 print_r( date_create_from_format( 'm/d/y', $date , $tz) );
11 print_r( date_create_from_format( 'm/d/y+', $date , $tz)->setTime(0, 0) );
14 print_r( date_create_from_format( '+m/d/y', $date , $tz)->setTime(0, 0) );
17 print_r( date_create_from_format( 'm/d/y++', $date , $tz)->setTime(0, 0) );
22 print_r( date_create_from_format( 'm/d/y+', $date , $tz)->setTime(0, 0) );
25 print_r( date_create_from_format( '+m/d/y', $date , $tz)->setTime(0, 0) );
H A Dbug78984.phpt5 $tz = @timezone_open('+30157');
6 if ($tz) {
8 var_dump($tz->getName());
H A Ddate_timezone_set_basic1.phpt17 $tz = date_timezone_get($datetime);
18 echo "Default timezone: " . timezone_name_get($tz) . "\n";
24 $tz = date_timezone_get($datetime);
25 echo "New timezone: " . timezone_name_get($tz) . "\n";
H A Dbug67118_2.phpt9 $tz = new DateTimeZone('UTC');
12 parent::__construct($time, $tz);
16 parent::__construct($time.'C', $tz);
/PHP-7.4/ext/opcache/tests/
H A Dbug75556.phpt11 function createFromFormat($format, $date, ?\DateTimeZone $tz = null): ?\DateTimeInterface
13 if ($tz !== null
14 || ($tz instanceof \DateTimeZone && !in_array($tz->getName(), ['UTC', 'Z'], true))
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp51 : ((php_timezone_obj*)object)->tzi.tz->name; in timezone_convert_datetimezone()
99 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, in intl_datetime_decompose() argument
113 if (tz) { in intl_datetime_decompose()
114 *tz = NULL; in intl_datetime_decompose()
137 if (tz) { in intl_datetime_decompose()
149 *tz = TimeZone::getGMT()->clone(); in intl_datetime_decompose()
151 *tz = timezone_convert_datetimezone(datetime->time->zone_type, in intl_datetime_decompose()
153 if (*tz == NULL) { in intl_datetime_decompose()

Completed in 33 milliseconds

1234