/
os.difftime()
os.difftime()
os.difftime() is used to find and return the difference duration (in seconds) between two times. The time arguments specified must be in Unix Epoch Time returned from os.time(), dates formatted as strings does not work.
When comparing times it is important to use this function because it takes into account time zones and daylight savings.
, multiple selections available,
Related content
os.time()
os.time()
More like this
Time Conversion
Time Conversion
More like this
os.date()
os.date()
More like this
Unix Epoch Time
Unix Epoch Time
More like this
Setting Local Time for your Server
Setting Local Time for your Server
More like this
component.setTimer{}
component.setTimer{}
More like this