ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

File Create/Modified Timestamps (ESP32) #133

Open sarogersz opened 2 years ago

sarogersz commented 2 years ago

I love ezTime, but using ezTime only, the timestamps on SD files are not updated according to the ezTime current reference.

What is the best way to resolve this? Obviously the file timestamps are updated from millis as they start at 1980-01-01 00:00:00. So file create and modify timestamps start from there rather than ezTime.

Thanks.