When I see the released versions I see that the arduino framework is based on IDF v4.4.7.
However, I also saw that Espressif has released an arduino framework based on IDF v5.1.4.
Also, I just learned that there is a problem.
“Unix Time 2038 Overflow
Unix time (type time_t) was previously represented as a 32-bit signed integer, leading to an overflow in year 2038 (i.e., Y2K38 issue). To address the Y2K38 issue, ESP-IDF uses a 64-bit signed integer to represent time_t starting from release v5.0, thus deferring time_t overflow for another 292 billion years.”
https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/system_time.html
My question is as follows; Is an update planned for the arduino framework based on a version on IDF v5.0 in the near future? Or can we somehow make this update ourselves