mirror of
https://github.com/esphome/esphome.git
synced 2026-09-27 06:50:22 +00: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
558 MiB
Languages
C++
55.5%
Python
43.9%
C
0.3%
JavaScript
0.2%
