summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-31 22:17:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-31 22:17:13 +0000
commita07f43d2022ded7ae00c73b8ad95e8b104929937 (patch)
tree1b083e38a305e343289056211681ba3be813bc81
parenta717afc3a7e2649987cd276c500dae73990f6f91 (diff)
downloadgnurl-a07f43d2022ded7ae00c73b8ad95e8b104929937.tar.gz
gnurl-a07f43d2022ded7ae00c73b8ad95e8b104929937.tar.bz2
gnurl-a07f43d2022ded7ae00c73b8ad95e8b104929937.zip
ftp goes UTC
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ccbd34116..950a06f2a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,11 @@
Daniel (31 October)
+- Assume that MDTM on an FTP server returns the timestamp using the UTC time
+ zone. This changes the time CURLINFO_FILETIME returns for a given file over
+ FTP, and will change existing uses of CURLOPT_TIMECONDITION. It will make
+ the functionality more similar to how the HTTP one is already working.
+
- Command line options that take numerical parameters (such as -y, -Y, -C etc)
now reports error and exits if the parameter isn't truly a number greater
than or equal to zero. This helps the user to notice bad usage