Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetLinuxTime


Ignore:
Timestamp:
03/12/25 07:43:42 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v5 v6  
    22Reads the OPI board clock into the g_datetime structure.
    33
    4 {{{
     4{{{#!c++
    55time_t GetLinuxTime(void);
    66}}}
     
    2020== Examples ==
    2121
    22 {{{
     22{{{#!c++
    2323GetLinuxTime();
    2424DisplayText(0, 0, GetTimeStr(1));
    2525}}}
    2626
    27 {{{
     27{{{#!c++
    2828time_t now = GetLinuxTime();
    2929// Now is an integer seconds since January 1, 1970 midnight