# Functions
GetExecutableModTime get executable file modified time of current process.
MinutesToFriendly returns a user-friendly string with number of minutes converted to hours and minutes.
MockSet sets the time to a mocked time.Time.
MockUnset will unset the mocked time.Time.
TimeStampNanoNow returns now nano int64.
TimeStampNow returns now int64.
# Type aliases
TimeStamp defines a timestamp.
TimeStampNano is for nano time in database, do not use it unless there is a real requirement.