|
ESPHome 2026.3.0-dev
|
Parsed POSIX timezone information (packed for 32-bit: 32 bytes) More...
#include <posix_tz.h>
Public Member Functions | |
| bool | has_dst () const |
| Check if this timezone has DST rules. | |
Data Fields | |
| int32_t | std_offset_seconds |
| Standard time offset from UTC in seconds (positive = west) | |
| int32_t | dst_offset_seconds |
| DST offset from UTC in seconds. | |
| DSTRule | dst_start |
| When DST starts. | |
| DSTRule | dst_end |
| When DST ends. | |
Parsed POSIX timezone information (packed for 32-bit: 32 bytes)
Definition at line 29 of file posix_tz.h.
|
inline |
Check if this timezone has DST rules.
Definition at line 36 of file posix_tz.h.
| DSTRule esphome::time::ParsedTimezone::dst_end |
When DST ends.
Definition at line 33 of file posix_tz.h.
| int32_t esphome::time::ParsedTimezone::dst_offset_seconds |
DST offset from UTC in seconds.
Definition at line 31 of file posix_tz.h.
| DSTRule esphome::time::ParsedTimezone::dst_start |
When DST starts.
Definition at line 32 of file posix_tz.h.
| int32_t esphome::time::ParsedTimezone::std_offset_seconds |
Standard time offset from UTC in seconds (positive = west)
Definition at line 30 of file posix_tz.h.