Gisle Vanem came up with a nice little work-around for bug #1230118. It

seems the Windows (MSVC) libc time functions may return data one hour off if
TZ is not set and automatic DST adjustment is enabled. This made
curl_getdate() return wrong value, and it also concerned internal cookie
expirations etc.
This commit is contained in:
Daniel Stenberg
2005-07-05 14:57:41 +00:00
parent e7de7d5eb3
commit d49c144297
3 changed files with 21 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o corrected date parsing on Windows with auto-DST-adjust enabled
o treats CONNECT 407 responses with bodies better during Digest/NTLM auth
o improved strerror_r() API guessing when cross-compiling
o debug builds work on Tru64
@@ -40,6 +41,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza,
Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell
Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich
Thanks! (and sorry if I forgot to mention someone)