Skip to content

Commit

Permalink
Conversion to instant may not be required.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jan 3, 2017
1 parent bd24da7 commit 2e18551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ Local Date-Time
If you omit the offset from an [RFC 3339](http://tools.ietf.org/html/rfc3339)
formatted date-time, it will represent the given date-time without any relation
to an offset or timezone. It cannot be converted to an instant in time without
additional information. Conversion to an instant is implementation specific.
additional information. Conversion to an instant, if required, is implementation
specific.

```toml
ldt1 = 1979-05-27T07:32:00
Expand Down

0 comments on commit 2e18551

Please sign in to comment.