Created
April 4, 2010 19:53
-
-
Save ShimmerFairy/355648 to your computer and use it in GitHub Desktop.
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
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