localtime() always returns 23:59 despite of the actual time
Toolchain Version: 12.2.0+20230208 Host OS: Windows 11 64bit platform and framework: esp32 dev module Platfromio | Arduino Note: code works fine with toolchain version 8.4.0 but not with 12.2.0 Serial terminal output: System time set to 04:20 Updated time (read using localtime()): 23:59 Sample code to recreate the issue: // Set the desired time (4:20) […]