Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetLinuxTime


Ignore:
Timestamp:
02/01/21 09:34:46 (4 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetLinuxTime

    v3 v4  
    1212== Return Value ==
    1313
    14 This function returns a time_t value. time_t is an integer number of seconds since January 1, 1970 midnight. This can be useful to store date/time values in database using this integer to facilitate indexing and sorting.
     14This function returns a time_t value. time_t is an integer number of seconds since January 1, 1970 midnight. This can be useful to store date/time values in a database using this integer to facilitate indexing and sorting.
    1515
    1616== Remarks ==