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.
226 * year, month, date, hour, minute, second, timezone
231 * Timezone is either returned as 'Z' or as '+0800'
266 * Times may be postfixed by a timezone offset. This can be either 'Z' for
289 (?P<timezone> # timezone offset
314 (?P<timezone> # timezone offset
335 'timezone'
361 * hour, minute, second, timezone
366 * Timezone is either returned as 'Z' or as '+08:00'
390 * Times may be postfixed by a timezone offset. This can be either 'Z' for
405 (?P<timezone> # timezone offset
422 (?P<timezone> # timezone offset
438 'timezone'
466 * year, month, date, hour, minute, second, timezone
470 * Timezone is either returned as 'Z' or as '+0800'
502 * Times may be postfixed by a timezone offset. This can be either 'Z' for
524 '(?<timezone>(Z|[+\-]\d\d(\d\d)?))?' .
534 '(?<timezone>(Z|[+\-]\d\d(\d\d?)))?' .
553 'timezone' => null