mirror of
https://github.com/curl/curl.git
synced 2026-07-28 21:53:06 +03:00
Michael Wallner reported that the date parser had wrong offset stored for
the MEST and CEST time zones.
This commit is contained in:
parent
6d9fddb95d
commit
db83a0ebbc
3 changed files with 8 additions and 3 deletions
|
|
@ -130,8 +130,8 @@ static const struct tzinfo tz[]= {
|
|||
{"CET", -60}, /* Central European */
|
||||
{"MET", -60}, /* Middle European */
|
||||
{"MEWT", -60}, /* Middle European Winter */
|
||||
{"MEST", -120 tDAYZONE}, /* Middle European Summer */
|
||||
{"CEST", -120 tDAYZONE}, /* Central European Summer */
|
||||
{"MEST", -60 tDAYZONE}, /* Middle European Summer */
|
||||
{"CEST", -60 tDAYZONE}, /* Central European Summer */
|
||||
{"MESZ", -60 tDAYZONE}, /* Middle European Summer */
|
||||
{"FWT", -60}, /* French Winter */
|
||||
{"FST", -60 tDAYZONE}, /* French Summer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue