
Static Public Member Functions | |
| static long | durationJavaMillisToOmg (long javaMillisDuration) |
| static long | utcOmgToJava (long omgTime) |
| static final long | utcJavaToOmg (long jTime) |
| static String | getUTCDate (long jTime) |
Converts UTC times of different epochs
| static long alma::acs::util::UTCUtility::durationJavaMillisToOmg | ( | long | javaMillisDuration | ) | [inline, static] |
Converts a time duration (not time stamp!) given in milliseconds to 100ns by multiplying it with 10000.
| javaMillisDuration |
| static String alma::acs::util::UTCUtility::getUTCDate | ( | long | jTime | ) | [inline, static] |
Converts the given java time ("short-epoch UTC", ms since Jan 01, 1970) to a stringified format: "yyyy-MM-ddTHH:mm:ss.SSS"
| static final long alma::acs::util::UTCUtility::utcJavaToOmg | ( | long | jTime | ) | [inline, static] |
Converts from Java time ("short-epoch UTC", ms since Jan 01, 1970) to OMG time ("long-epoch UTC", 100-ns since Oct 15, 1582).
Referenced by alma::acs::time::TimeHelper::javaToEpoch().
| static long alma::acs::util::UTCUtility::utcOmgToJava | ( | long | omgTime | ) | [inline, static] |
Converts from OMG time ("long-epoch UTC", 100-ns since Oct 15, 1582) to Java time ("short-epoch UTC", ms since Jan 01, 1970).
Referenced by alma::acs::time::TimeHelper::epochToJava().
1.6.2