Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

CICS :: RE: Get system time in micro second or clock uint.

$
0
0
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
Code:
 15,082,279,727,200,628,736
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


Viewing all articles
Browse latest Browse all 9405

Trending Articles