I had an IoT project that logged data from several sensors and saved information to a text file every 2 seconds. On startup, the RPi pulled the current time from a local NTP server, which was in UTC. I built a clock into the UI and confirmed that the time was correct. However, the "Date Modified" me...