time/ISO8601: allow omitting the "Z" suffix

And allow "Z" suffix after date.
This commit is contained in:
Max Kellermann
2019-08-19 22:35:47 +02:00
parent ba4cd47fd8
commit b06825829b
3 changed files with 12 additions and 2 deletions

3
NEWS
View File

@@ -1,6 +1,7 @@
ver 0.21.17 (not yet released)
* protocol
- relax the ISO 8601 parser: allow omitting the time of day
- relax the ISO 8601 parser: allow omitting the time of day and the "Z"
suffix
* archive
- zzip: improve error reporting
* outputs