1

I have been working with papertrail gem in rails. It creates the created_at column in versions table which stores the default date time zone as UTC 00:00, I want to change the default timezone for this application to some other time zone. How to do that?

Jared Beck
  • 16,796
  • 9
  • 72
  • 97
  • Possible duplicate of [How to change default timezone for Active Record in Rails?](https://stackoverflow.com/questions/6118779/how-to-change-default-timezone-for-active-record-in-rails) – Jared Beck Sep 11 '17 at 00:26
  • No, I have tried doing this that doesn't change the timezone for the paper trail gem – pranay jeurkar Sep 11 '17 at 17:44
  • I had it set to US even though I have nothing in common with it. (Did they set US timezone for me just because they themselves come from US?) Why don't they just use user's OS timezone? That's ridiculous. – jtompl Aug 27 '20 at 10:13

1 Answers1

5

I had the same issue.

In the top menu bar (Dashboard, Events, Alert, Settings, Support), go to setting, profile and change your timezone

Hope this helps.

Daniel

GaddMaster
  • 331
  • 3
  • 14