Skip to content

Instantly share code, notes, and snippets.

@mattman
Created March 28, 2009 10:33
Show Gist options
  • Save mattman/87080 to your computer and use it in GitHub Desktop.
Save mattman/87080 to your computer and use it in GitHub Desktop.
daylight saving crossover fail
>> Chronic.parse("noon")..Chronic.parse("noon tomorrow")
=> Sat Mar 28 12:00:00 0900 2009..Sun Mar 29 11:00:00 0800 2009
>> Chronic.parse("noon")..Chronic.parse("one oclock tomorrow")
=> Sat Mar 28 12:00:00 0900 2009..Sun Mar 29 12:00:00 0800 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment