tryfix: use UTC on Phone API (#3576)

This commit is contained in:
Thomas Göttgens
2024-04-09 00:26:23 +02:00
committed by GitHub
parent b14ac777f1
commit ea61808fd9
4 changed files with 20 additions and 12 deletions

View File

@@ -36,6 +36,8 @@ uint32_t getValidTime(RTCQuality minQuality, bool local = false);
void readFromRTC();
time_t gm_mktime(struct tm *tm);
#define SEC_PER_DAY 86400
#define SEC_PER_HOUR 3600
#define SEC_PER_MIN 60