1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

remove crazy over definsive edge cases that the bot wants -- they never happen and just make things larger

This commit is contained in:
J. Nick Koston
2026-01-30 00:25:42 -06:00
parent e2b3186731
commit 6ee51b0159

View File

@@ -3,7 +3,7 @@
namespace esphome::time {
// Global timezone for ESPTime::from_epoch_local() to use
// Global timezone - set once at startup, rarely changes
static ParsedTimezone global_tz_{};
void set_global_tz(const ParsedTimezone &tz) { global_tz_ = tz; }