mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 23:45:40 -07:00
09e9b58eb64a14a62bd03b4777d943af3064f747
Use YYYY-MM-DD HH:MM:SS +ZZZZ format instead of the locale-dependent '%b %d %Y, %H:%M:%S' format. This provides: - Unambiguous date format (YYYY-MM-DD) - Timezone information - Locale-independent formatting - Better sortability and parseability Example: "2025-12-15 16:30:27 +0000" instead of "Dec 15 2025, 16:30:27" Tests validate the format using strptime with '%Y-%m-%d %H:%M:%S %z'.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
362 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
