mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавлен ввод час пояса
This commit is contained in:
@@ -14,7 +14,7 @@ void ntpInit() {
|
||||
synchTime();
|
||||
return;
|
||||
}
|
||||
breakEpochToTime(unixTime + 3 * 60 * 60, _time_local);
|
||||
breakEpochToTime(unixTime + jsonReadInt(settingsFlashJson, F("timezone")) * 60 * 60, _time_local);
|
||||
breakEpochToTime(unixTime, _time_utc);
|
||||
String timenow = getTimeLocal_hhmm();
|
||||
static String prevTime;
|
||||
|
||||
Reference in New Issue
Block a user