Created
September 10, 2013 22:12
-
-
Save jharmn/6516492 to your computer and use it in GitHub Desktop.
Providing timezone with a datetime for an appointment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "appointmentTime": { | |
| "value": "2013-08-16T10:30:15Z", // Note this is UTC, or "Zulu time" | |
| "timezone": "America/Chicago" // Note zoneinfo standard | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment