This commit is contained in:
J. Nick Koston
2026-01-29 22:05:23 -06:00
parent 85c814b712
commit 34ec72ad49
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#include "posix_tz.h"
#include <cctype>
namespace esphome {
namespace esphome::time {
namespace internal {
@@ -406,4 +406,4 @@ bool epoch_to_local_tm(time_t utc_epoch, const ParsedTimezone &tz, struct tm *ou
return true;
}
} // namespace esphome
} // namespace esphome::time
+2 -2
View File
@@ -3,7 +3,7 @@
#include <cstdint>
#include <ctime>
namespace esphome {
namespace esphome::time {
/// Type of DST transition rule
enum class DSTRuleType : uint8_t {
@@ -114,4 +114,4 @@ void epoch_to_tm_utc(time_t epoch, struct tm *out_tm);
} // namespace internal
} // namespace esphome
} // namespace esphome::time