Took from Ubuntu php7 source code :
# ext/date/lib/timezonemap.h 1718 { "wgst", 1, -7200, "America/Godthab" }, 1719 { "wgst", 1, -7200, "America/Danmarkshavn" }, 1720 { "wgt", 0, -10800, "America/Godthab" },
Clearly php is expecting to get "wgt" & "wgts" value.
Let us know the outcome of testing the latest upstream php version.
Took from Ubuntu php7 source code :
# ext/date/ lib/timezonemap .h Danmarkshavn" },
1718 { "wgst", 1, -7200, "America/Godthab" },
1719 { "wgst", 1, -7200, "America/
1720 { "wgt", 0, -10800, "America/Godthab" },
Clearly php is expecting to get "wgt" & "wgts" value.
Let us know the outcome of testing the latest upstream php version.