Skip to content

feat: set config based on users current timezone

Craig Smith requested to merge feat/user_timezone into master

Sets a timezone based on the user via the following methods:

  1. if authed and there is a timezone attribute on the user model
  2. x-timezone header value
  3. app.user_timezone value from config
  4. Defaults to app.timezone

Merge request reports