Comment 5 for bug 1734967

Revision history for this message
Eric Desrochers (slashd) wrote :

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.