Created
December 27, 2013 08:23
-
-
Save between40and2/8144112 to your computer and use it in GitHub Desktop.
ISO 8601. iOS, Rails
This file contains 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
I am developing for iOS and RoR. For date time issue, I feel lucky, since both works with ISO 8601. | |
By default, Rails 4 returns ISO 8601 format as json output. | |
On iOS, you should have date format as @"yyyy-MM-dd'T'HH:mm:ssZZZ" | |
See http://developer.github.com/v3/ (search "ISO") | |
http://en.wikipedia.org/wiki/ISO_8601 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment