Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetLinuxTime
- Timestamp:
- 02/01/21 09:33:51 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetLinuxTime
v2 v3 3 3 4 4 {{{ 5 voidGetLinuxTime(void);5 time_t GetLinuxTime(void); 6 6 }}} 7 7 … … 12 12 == Return Value == 13 13 14 This function does not return any result.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. 15 15 16 16 == Remarks ==