Skip to content

Instantly share code, notes, and snippets.

@ShimmerFairy
Created April 4, 2010 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShimmerFairy/355648 to your computer and use it in GitHub Desktop.
Save ShimmerFairy/355648 to your computer and use it in GitHub Desktop.
Things to like
0-based v. 1-based -- we have a minute 0, but not a month 0.
Error Handling -- There should never be an error when retrieving information.
Floating DateTimes -- The not-imposing-a-timezone part is great, but what will the number represent? Like it anyway
Things to not like
Locale -- This should be left to the module creators.
Time Zone Warnings -- I get their warning, but named timezones are out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment