Skip to content

Instantly share code, notes, and snippets.

@osiro
Created January 30, 2013 04:21
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 osiro/4670589 to your computer and use it in GitHub Desktop.
Save osiro/4670589 to your computer and use it in GitHub Desktop.
# Note: I'm using Timecop
jukebox_room.reload.expires_at
Thu, 31 Jan 2013 12:16:39 WST +08:00
24.hours.from_now
Thu, 31 Jan 2013 12:16:39 WST +08:00
jukebox_room.reload.expires_at == 24.hours.from_now
false
jukebox_room.reload.expires_at.usec
0
24.hours.from_now.usec
183027
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment