Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

clk/clktm.h

Committer:
andrewboyson
Date:
2020-02-27
Revision:
73:286a739f7c05
Parent:
57:4daf2e423b27

File content as of revision 73:286a739f7c05:

#include <time.h>
#include <stdint.h>

extern void    ClkTimeToTmLocal(clktime time, struct tm* ptm);
extern void    ClkTimeToTmUtc  (clktime time, struct tm* ptm);
extern clktime ClkTimeFromTmUtc(              struct tm* ptm);