Files
esp-idf/components/log
Marius Vikhammer e0151944ff fix(log): fixed wrong year timestamp with LOG_TIMESTAMP_SOURCE_SYSTEM_FULL
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
2025-09-14 16:31:59 +08:00
..
2025-03-05 12:08:48 +08:00
2025-04-23 15:46:34 +08:00

Please see :doc:`docs/en/api-reference/system/log.rst` for more details.