twenty
twenty copied to clipboard
Date field value being displayed incorrectly
trafficstars
When adding a Date field (not Date and Time) to an object then populating a value in it the list view shows the date as 1 day before i.e i select 5/1/2025 it saves it as 4/30/2025.
Server TimeZone setting: EST.
My best guess is the database is saving the data in UTC and the timezone conversion is probably not taking place when being sent from the App layer to the DB I am not sure.