Create a time object based on seconds since epoch. The first argument is a double and will be rounded to three decimal places (millisecond-precision).
EpochTime epochTime(int eptime) => EpochTime(eptime);