renan-guimaraes / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

ISO8601 helper issue #328

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Value is not valid json:

...
    "Created" : 20130101T123750,
...

Enclose value with quotes.

What about extended iso date formatting?
For example like:
DefaultDateTimeFormat = "yyyy-mm-ddThh:mm:ss.zzz"

Original issue reported on code.google.com by marko...@gmail.com on 25 Jan 2013 at 11:51

GoogleCodeExporter commented 9 years ago
Fixed.

> What about extended iso date formatting?

Extended formatting should probably be handled by WriteString + FormatDateTime.
The point of the function is to write the most compact ISO 8601 format.

Original comment by zar...@gmail.com on 25 Jan 2013 at 1:18