empowerai / fs-permit-platform

Module for intake of special use applications for Forest Service Application Permits
Other
3 stars 0 forks source link

As a user, I would like the date and time when my permit is created to be relative to my time zone. #346

Open sethalt opened 6 years ago

sethalt commented 6 years ago

Notes: 'created at' and 'updated at' are currently stored as datetime objects in the database. The date/times entered on the client are being converted to UTC thus adding 5 hours to the time. One thought is to store an 'issue date' that is a var char in the database like the intake did to work around this issue.

Acceptance Criteria

Tasks

Definition of Done

sadlerw commented 6 years ago

tested on staging - looks good

MelissaBraxton commented 6 years ago

Heads up @sethalt - The time conversion did not work for me--looks like it's still converting to UTC. I got my email on 2/28 at 9:47 am PST, but the transaction date in the email says 2/28, 5:47 pm.