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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user