twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Date field value being displayed incorrectly

Open updateset opened this issue 5 months ago • 4 comments
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.

updateset avatar May 27 '25 12:05 updateset