Update esphome/components/time/real_time_clock.cpp

This commit is contained in:
J. Nick Koston
2025-11-11 11:22:33 -06:00
committed by GitHub
parent 2e115baf56
commit a14e2d4d08
+1 -1
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
}