]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ftp goes UTC
authorDaniel Stenberg <daniel@haxx.se>
Fri, 31 Oct 2003 22:17:13 +0000 (22:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 31 Oct 2003 22:17:13 +0000 (22:17 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index ccbd341169b5ee94ec8b3453a7e58cd56d761382..950a06f2aa862bea04f43f838afd73f3bda5062a 100644 (file)
--- 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