Author: Robert Sample
Posted: Wed Sep 07, 2016 8:23 am (GMT 5.5)
Since the value represents the number of microseconds since January 1, 1900 the value is actually
and not a negative integer. My Windows calculator came up with the negative value and 922880 for the last 6 digits, too. This value was computed using Perl with bigint for large-scale arithmetic.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Wed Sep 07, 2016 8:23 am (GMT 5.5)
Since the value represents the number of microseconds since January 1, 1900 the value is actually
Code: |
15,082,279,727,200,628,736 |
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth