1073741824 | decimal |
40000000 | hex |
10000000000 | octal |
1000000000000000000000000000000 | binary |
And just think, you were there.
- perl -e 'print localtime(2**30) . "\n"'
perl -e 'printf "%b\n", time'
1073741824 | decimal |
40000000 | hex |
10000000000 | octal |
1000000000000000000000000000000 | binary |
And just think, you were there.