diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 --------------------------- |