-
-
Save phil21/40add56e8b2aa703a9d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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