Other Parts Discussed in Thread: MSP-EXP432E401Y, EK-TM4C1294XL, EK-TM4C123GXL
Tool/software: TI C/C++ Compiler
My Compiler version:TI v16.9.4.LTS
rawtime = UnixTimestamp; ptm = *gmtime (&rawtime);
When UnixTimestamp = 1582912799 the date is 2020.02.28 23:59:59
When UnixTimestamp = 1582912800 the date is 2020.03.01 00:00:00
Have new compiler version fix the issue?