Skip to content

Instantly share code, notes, and snippets.

@matt-hwy1
Created March 27, 2013 18:55
Show Gist options
  • Save matt-hwy1/5257009 to your computer and use it in GitHub Desktop.
Save matt-hwy1/5257009 to your computer and use it in GitHub Desktop.
If you ever want to round a time to the nearest 15 minutes
Time.zone.at((Time.parse("1:43am").to_f/(15.minutes)).round * 15.minutes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment