Skip to content

Instantly share code, notes, and snippets.

@craigw
Created July 20, 2009 19:09
Show Gist options
  • Save craigw/150526 to your computer and use it in GitHub Desktop.
Save craigw/150526 to your computer and use it in GitHub Desktop.
>> Time.utc(2038, 1, 19, 3, 14, 7, 999999)
=> Tue Jan 19 03:14:07 UTC 2038
>> Time.utc(2038, 1, 19, 3, 14, 7, 999999).succ
=> Fri Dec 13 20:45:52 UTC 1901
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment