# Functions
EpochStamp2MicroTime converts a UNIX epoch time in microsecond (int64) to a local timestamp.
EpochStamp2MilliTime converts a UNIX epoch time in millisecond (int64) to a local timestamp.
No description provided by the author
Time2MilliStamp converts a local timestamp to a UNIX epoch time in millisecond (int64).
Time2MircoStamp converts a local timestamp to a UNIX epoch time in mircosecond (int64).
Time2SecondStamp converts a local timestamp to a UNIX epoch time in second (int64).
TimeString2MicroTime converts a postgres raw (microsecond) time string into a local time.
TimeString2MilliTime converts a postgres raw (millisecond) time string into a local time.
# Constants
No description provided by the author
This is really the PG-dumped timestamp format.