Lunar_unixSourceHelpers for using Lunar with the Unix module, including functions to calculate the offset of the current time zone (of the process running the program) and the time t.
from_tm unix_tm converts a Unix datetime (Unix.tm) to a Lunar.Datetime.t.
utc time returns the UTC zoned datetime corresponding to the given time.
local time returns the local zoned datetime corresponding to the given time.
tz time compute the current tz-offset of the running process.
tz_now () returns the current timezone offset.
utc_now () returns the current datetime zoned to UTC.
local_now () returns the current datetime zoned to tz time.