aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-13 18:33:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-13 18:33:40 +0000
commit1dc0ce956226186f40fdda072e7bd6c0cc035597 (patch)
tree0e89990773c63b9c6c51d6098483b08f63a4645b
parente4aee168b544af9582093010ce6f30c69c643eeb (diff)
4.13 Why is curl -R on Windows one hour off?
-rw-r--r--docs/FAQ10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 2a9a24003..b1c43200d 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,4 +1,4 @@
-Updated: May 18, 2005 (http://curl.haxx.se/docs/faq.html)
+Updated: June 13, 2005 (http://curl.haxx.se/docs/faq.html)
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@@ -64,6 +64,7 @@ FAQ
4.10 My HTTP request using HEAD, PUT or DELETE doesn't work!
4.11 Why does my HTTP range requests return the full document?
4.12 Why do I get "certificate verify failed" ?
+ 4.13 Why is curl -R on Windows one hour off?
5. libcurl Issues
5.1 Is libcurl thread-safe?
@@ -729,6 +730,13 @@ FAQ
Details are also in the SSLCERTS file in the release archives, found online
here: http://curl.haxx.se/docs/sslcerts.html
+ 4.13 Why is curl -R on Windows one hour off?
+
+ During daylight savings time, when -R is used, curl will set a time that
+ appears one hour off. This happens due to a flaw in how Windows stores and
+ uses file modification times and it is not easily worked around. For details
+ on this problem, read this: http://www.codeproject.com/datetime/dstbugs.asp
+
5. libcurl Issues