assume all datetimes are UTC time and add timezone designator to
generated iso8601 strings
This commit is contained in:
parent
2824e56d44
commit
84f4b7fb40
3 changed files with 6 additions and 4 deletions
|
@ -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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue