aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 71867cc0..3ddc96e9 100644
--- a/NEWS
+++ b/NEWS
@@ -100,6 +100,10 @@ Changes from 4.1.x to 4.2.0
24. Programs that toggle IGNORECASE a lot should now be noticeably faster.
+25. The mktime function now accepts an optional second argument. If this
+ argument is present and is non-zero or non-null, the time will be converted
+ from UTC instead of from the local timezone.
+
Changes from 4.1.3 to 4.1.4
---------------------------