-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
[FEATURE REQUEST]Improve usage of ISO-8601 date format #369
Comments
The time zone is an optional parameter in web ui now The upload will also have a last modification date as post parameter which could be used to update file timestamp on ESP that does not have time sync enabled |
Additionnaly there is no DST support for the moment - because it need to access to a database that won't fit to flash. One solution would be to detect time difference between browser time supplied by ESP800 and time set and if time is different by 1h propose to user to update time on esp board, it is one possible solution =>TBD Any suggestion // other idea is welcome |
done I think |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Linked to luc-github/ESP3D#935
1 - when setting date by [ESP800] command, use +/-XX:XX additional info (optionnally ) to set the time zone also
2 - add optionnal parameter in post which would be the date/time in same format (2023-10-10T11:08:47+08:00)
and the last modified date/time of the file using
file.lastModified;
APIThe text was updated successfully, but these errors were encountered: