Static Public Member Functions | |
long | epochToJava (Epoch acsTime) |
final Epoch | javaToEpoch (long jTime) |
Epoch | getTimeStamp () |
String | getUTCDate () |
String | getUTCDate (Epoch acsTime) |
|
Converts from an ACS Epoch ("long-epoch UTC", 100-ns since Oct 15, 1582) to Java time ("short-epoch UTC", ms since Jan 01, 1970).
|
|
Returns the current timestamp in ACS Epoch ("long-epoch UTC", 100-ns since Oct 15, 1582) format. To convert this value to a long, just use getTimeStamp().value
|
|
Converts the given ACS Epoch ("long-epoch UTC", 100-ns since Oct 15, 1582) to a stringified format: "yyyy-MM-ddTHH:mm:ss.SSS"
|
|
Returns the current UTC time in stringified format: "yyyy-MM-ddTHH:mm:ss.SSS"
|
|
Converts from Java time ("short-epoch UTC", ms since Jan 01, 1970) to an ACS epoch ("long-epoch UTC", 100-ns since Oct 15, 1582).
|