Merge branch 'timezone' into integration

This commit is contained in:
J. Nick Koston
2025-11-11 11:22:55 -06:00

View File

@@ -26,7 +26,7 @@ RealTimeClock::RealTimeClock() = default;
void RealTimeClock::dump_config() {
#ifdef USE_TIME_TIMEZONE
ESP_LOGCONFIG(TAG, " Timezone: '%s'", this->timezone_.c_str());
ESP_LOGCONFIG(TAG, "Timezone: '%s'", this->timezone_.c_str());
#endif
}