-
Notifications
You must be signed in to change notification settings - Fork 7.6k
On Fatfs time zone is ignored on file time #679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
After investigation it seems the function to get timestamp in libfatfs : |
you can submit an issue or pr there :) those are looked at and taken care of as well :) |
Yes I am currently setting up the environnement to compile IDF to test first - so I will be able to do PR 😄 |
put arduino as component and set up under sloeber/eclipse :) you might like it |
Ok will try it thank you- I get used to geany (http://www.geany.org/) which is a light cross platform code editor |
sure :D whatever floats your boat :P |
I cannot for some unknown reason compile using arduino-esp32 as ESP-IDF component but was able to get modified libfatfs.a and replaced arduino-esp32 one |
PR done espressif/esp-idf#1055 |
wow seems this issue is still open - I close it sorry for the delay |
Hi when using fatfs function f_stat to get last access date/time I found time zone is ignored and only UTC time is given
I did a script to show issue on SD : https://gist.github.com/luc-github/9124cbb2b1e0ed0b3696b4e6223b8e6e
The text was updated successfully, but these errors were encountered: