Lines Matching full:timezone
25 * Specifying a reference timezone is optional. It will only be used
27 * returned DateTimeImmutable object will still be in the UTC timezone.
218 * year, month, date, hour, minute, second, timezone
223 * Timezone is either returned as 'Z' or as '+0800'
258 * Times may be postfixed by a timezone offset. This can be either 'Z' for
281 (?P<timezone> # timezone offset
305 (?P<timezone> # timezone offset
325 'timezone',
348 * hour, minute, second, timezone
353 * Timezone is either returned as 'Z' or as '+08:00'
377 * Times may be postfixed by a timezone offset. This can be either 'Z' for
392 (?P<timezone> # timezone offset
407 (?P<timezone> # timezone offset
422 'timezone',
447 * year, month, date, hour, minute, second, timezone
451 * Timezone is either returned as 'Z' or as '+0800'
483 * Times may be postfixed by a timezone offset. This can be either 'Z' for
505 '(?<timezone>(Z|[+\-]\d\d(\d\d)?))?'.
515 '(?<timezone>(Z|[+\-]\d\d(\d\d?)))?'.
534 'timezone' => null,