/
Unix Epoch Time

Unix Epoch Time

Unix epoch time is a way to represent time as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC) (Thursday, January 1, 1970).

Many computer systems and programming languages use epoch time as a standardized way to represent and measure time.

os.time() and os.difftime() return time as a Unix Epoch integer.

Related content

os.time()
More like this
os.difftime()
More like this
Time Conversion
Time Conversion
More like this
os.date()
More like this
Setting Local Time for your Server
Setting Local Time for your Server
More like this
File descriptors
File descriptors
More like this