Static Public Member Functions | |
long | durationJavaMillisToOmg (long javaMillisDuration) |
long | utcOmgToJava (long omgTime) |
final long | utcJavaToOmg (long jTime) |
String | getUTCDate (long jTime) |
|
Converts a time duration (not time stamp!) given in milliseconds to 100ns by multiplying it with 10000.
|
|
Converts the given java time ("short-epoch UTC", ms since Jan 01, 1970) to a stringified format: "yyyy-MM-ddTHH:mm:ss.SSS"
|
|
Converts from Java time ("short-epoch UTC", ms since Jan 01, 1970) to OMG time ("long-epoch UTC", 100-ns since Oct 15, 1582).
|
|
Converts from OMG time ("long-epoch UTC", 100-ns since Oct 15, 1582) to Java time ("short-epoch UTC", ms since Jan 01, 1970).
|