]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
format_date: include timezone in IntlDateFormatter object 1695/head
authorArthurHoaro <arthur@hoa.ro>
Tue, 19 Jan 2021 14:03:28 +0000 (15:03 +0100)
committerArthurHoaro <arthur@hoa.ro>
Tue, 19 Jan 2021 14:03:28 +0000 (15:03 +0100)
commitdafd3f081ab581e074f3280d4323dc92cb33df46
tree67e2f7c94242eface8f0528d0753bc336079f36a
parent6b76ce6f6285fd0b3565fc911f6469d21a132149
format_date: include timezone in IntlDateFormatter object

@see https://www.php.net/manual/en/intldateformatter.format.php

> If a DateTime or an IntlCalendar object is passed, its timezone is not considered. The object will be formatted using the formaterʼs configured timezone. If one wants to use the timezone of the object to be formatted, IntlDateFormatter::setTimeZone() must be called before with the objectʼs timezone.
application/Utils.php