diff options
author | Jim Meyering <meyering@redhat.com> | 2011-08-30 23:02:28 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-08-31 20:00:19 +0200 |
commit | df9cd0a426a9b52ddfcd1c17e368a89fa3c6fbde (patch) | |
tree | aa037377f35247ecd739bef2a788654438947d05 /gnulib | |
parent | 683ee76ad23371a3fc0543ab35445f237820572c (diff) | |
download | coreutils-df9cd0a426a9b52ddfcd1c17e368a89fa3c6fbde.tar.xz |
date: support parsing of ISO-8601-with-"T" dates
Thanks to an improvement in gnulib's parse-datetime module,
commands like this now succeed (output manually indented):
$ ./date -u -d 2004-02-29T16:21:42.33+07:00 +%FT%T.%N%z
2004-02-29T09:21:42.330000000+0000
* tests/misc/date: Add a test to exercise the new-in-gnulib
parsing of ISO8601-with-"T" dates.
* NEWS (New features): Mention it.
* gnulib: Update, to pull in this parse-datetime improvement.
Diffstat (limited to 'gnulib')
m--------- | gnulib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/gnulib b/gnulib -Subproject 47cb657eca1abf2c26c32c8ce03def994a3ee37 +Subproject 9926b90d5159916a539b49359b3589fe89c2d98 |