Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetLinuxTime
- Timestamp:
- 03/12/25 07:43:42 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetLinuxTime
v5 v6 2 2 Reads the OPI board clock into the g_datetime structure. 3 3 4 {{{ 4 {{{#!c++ 5 5 time_t GetLinuxTime(void); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 GetLinuxTime(); 24 24 DisplayText(0, 0, GetTimeStr(1)); 25 25 }}} 26 26 27 {{{ 27 {{{#!c++ 28 28 time_t now = GetLinuxTime(); 29 29 // Now is an integer seconds since January 1, 1970 midnight