grassrootsgrocery / admin-portal

GNU Affero General Public License v3.0
10 stars 5 forks source link

Fix time entry #105

Closed 6mp closed 1 year ago

6mp commented 1 year ago

The airtable field itself has to be changed to EST from UTC.

This commit changes the backend interpretation of the time from UTC to EST to be inline with that.

railway-app[bot] commented 1 year ago

This PR is being deployed to Railway 🚅

admin-portal: ◻️ REMOVED

mattsahn commented 1 year ago

@6mp, have you validated that the updating/saving feature works in your dev database once both the backend and frontend are changed to be EST like this? I can see this fixes the displayed date, as expected, but have you tested that the update works as intended when that is invoked?

6mp commented 1 year ago

@mattsahn Yes, when I tested it on my dev database it worked correctly.