Modifying Dates and Time on Datalogger file

Hello Everyone,

I doing an arduino datalogger project and I am following the tutorials posted on adafruit. Is there a way to change the time the logfile was created (ie the excel spreadsheet) as I have highligted in the attachment.

Thanks in advance!

forum.PNG

If you are using the SDFat library, message #3 in Which SD library to create file with date? - Storage - Arduino Forum has code which shows how to set the file's date/time stamp.

Pete

el_supremo:
If you are using the SDFat library, message #3 in Which SD library to create file with date? - Storage - Arduino Forum has code which shows how to set the file's date/time stamp.

Pete

Thank You!!!! :slight_smile: