Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions API_Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,9 @@ var offsetWithoutDaylightSaving = '2017-12-10T15:26-0400'
### Daylight Saving Time
It's important to remember that UTC is different in the USA any given date, depending on if we are in the middle of daylight saving or not.

### Server-Side Reference
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a link to this section in the table of contents at the top?


[Newtownsoft has published a helpful article](http://james.newtonking.com/archive/2009/02/20/good-date-times-with-json-net) that will assist the server-side team on implementing the ISO 8601 format. This uses an instance of `IsoDateTimeConverter` to set the format.

## On-Failure

Expand Down