summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Bernat <Vincent.Bernat@exoscale.ch>2015-09-17 09:55:04 +0200
committerMike Frysinger <vapier@gentoo.org>2015-09-18 01:15:45 -0400
commit900f33e23eaa20c0587f5a191b632a606e7fba5d (patch)
treebdca7d3576e31d47767fec3f5ae52673253a843d /ChangeLog
parent8a44513e9ccb271e368b4aa3c9493b94a45e039d (diff)
downloadglibc-900f33e23eaa20c0587f5a191b632a606e7fba5d.tar.gz
glibc-900f33e23eaa20c0587f5a191b632a606e7fba5d.tar.xz
glibc-900f33e23eaa20c0587f5a191b632a606e7fba5d.zip
time: in strptime(), make %z accept Z as a time zone [BZ #17886]
In ISO 8601, the timezone can be 'Z' instead of using
digits. 2014-08-17T12:33:12+0000 is often expressed as
2014-08-17T12:33:12Z.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fe57ba2e0..97f05486cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-09-18  Vincent Bernat  <vincent@bernat.im>
+
+	[BZ #17886]
+	* time/strptime_l.c (__strptime_internal): Make %z accept Z as a
+	valid time zone.
+
 2015-09-17  Mike Frysinger  <vapier@gentoo.org>
 
 	* sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Delete.