-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
Enhancement: Retrieve user's timezone from the https// request and prefill into profile.
Update - Workflow
- When user logs into Projects App, retrieve their timezone from the https request and prefill this data onto their profile.
Here is a reference article: https://stackoverflow.com/questions/22479407/how-to-get-clients-time-zone-in-java-from-httpservletrequest#:~:text=there%20are%202%20ways%20we%20get%20browser's%20timezone%20from%20request%20object.&text=return%20of%20above%20can%20be,%3D%20absOffset%60%3B%20buffer. - A user can choose to manually override the pre-filled timezone if desired by selecting an alternate timezone from the dropdown menu.