mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-19 14:47:20 +00:00
struct tm contains the number of years since 1900, but the printing code assumed it contained actual current year. It would also print it as YYYY, while the documentation and code implies it should be YY. Closes https://github.com/espressif/esp-idf/issues/17451
Please see :doc:`docs/en/api-reference/system/log.rst` for more details.