assume all datetimes are UTC time and add timezone designator to

generated iso8601 strings
This commit is contained in:
alisdair sullivan 2015-03-03 10:43:04 -08:00
parent 2824e56d44
commit 84f4b7fb40
3 changed files with 6 additions and 4 deletions

View file

@ -257,8 +257,7 @@ see below | `datetime()`
erlang datetime tuples (`{{Year, Month, Day}, {Hour, Min, Sec}}`) as returned
from `erlang:localtime/0` are automatically encoded as [iso8601][iso8601]
strings. no conversion is attempted of json [iso8601][iso8601] strings in
decoded json
strings and are assumed to be UTC time. no conversion is attempted of json [iso8601][iso8601] strings in decoded json
### incomplete input ###