Jeff Johnson filed bug report #1863171

(http://curl.haxx.se/bug/view.cgi?id=1863171) where he pointed out that
libcurl's date parser didn't accept a +1300 time zone which actually is used
fairly often (like New Zealand's Dailight Savings Time), so I modified the
parser to now accept up to and including -1400 to +1400.
This commit is contained in:
Daniel Stenberg
2008-01-06 10:50:57 +00:00
parent 9c6533d287
commit 423309541a
3 changed files with 19 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ This release includes the following bugfixes:
o bad connection re-use check with environment variable-activated proxy use
o --libcurl now generates a return statement as well
o socklen_t is no longer used in the public includes
o time zone offsets from -1400 to +1400 are now accepted by the date parser
This release includes the following known bugs:
@@ -66,6 +67,6 @@ advice from friends like these:
Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell,
Dmitry Kurochkin, Mohun Biswas, Richard Atterer, Maxim Perenesenko,
Daniel Egger
Daniel Egger, Jeff Johnson
Thanks! (and sorry if I forgot to mention someone)