Package com.metsci.glimpse.util.units.time
-
Interface Summary Interface Description TimeStampFactory<T extends TimeStamp> -
Class Summary Class Description Time TimeStamp TimeStampPosixMicrosInt64 A TimeStamp implementation that stores the number of microseconds since the epoch (1970-01-01 00:00:00 UTC) as a long.TimeStampPosixMillisInt64 A TimeStamp implementation that stores the number of milliseconds since the epoch (1970-01-01 00:00:00 UTC) as a long.TimeStampPosixSecondsFloat64 A TimeStamp implementation that stores the number of seconds since the epoch (1970-01-01 00:00:00 UTC) as a double.TimeUtils