You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is when an adapter passes a value such as '2024-07-31' to AdminJS, the frontend will display it in local time(2024-07-30). Causing the UI to not match what the database is actually storing.
Contact Details
No response
What happened?
The issue is when an adapter passes a value such as '2024-07-31' to AdminJS, the frontend will display it in local time(
2024-07-30
). Causing the UI to not match what the database is actually storing.I propose fixing this by modifying this file (https://github.com/SoftwareBrothers/adminjs/blob/master/src/frontend/components/property-type/datetime/map-value.ts#L9)
Adding a check like this would resolve the problem
Semi-Related: #978
Bug prevalence
Always
AdminJS dependencies version
What browsers do you see the problem on?
No response
Relevant log output
No response
Relevant code that's giving you issues
No response
The text was updated successfully, but these errors were encountered: