Skip to content

Instantly share code, notes, and snippets.

@phil21
Created January 6, 2016 02:28
Show Gist options
  • Save phil21/40add56e8b2aa703a9d3 to your computer and use it in GitHub Desktop.
Save phil21/40add56e8b2aa703a9d3 to your computer and use it in GitHub Desktop.
# The way of the array.. This bitch is raw ready and raring to go. Mathethatically efficiency baby!
my @a = [ 0, #s, seconds (integer is multiplication factor of seconds over an average time period
60, #m, minutes
3600, #h, hours
43200, #d, days ( this one off)
13119200,#m, months (this one is slight off..)
157430400#y, years (this one off)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment