Pirate Praveen on Nostr: While updating #gitlab to 16.8.2 from 16.6.7, there was a timezone related error - ...
While updating #gitlab to 16.8.2 from 16.6.7, there was a timezone related error - `TZInfo::InvalidTimezoneIdentifier: Invalid identifier: (GMT+00:00) UTC`
After a looking at the error logs a bit, I figured this was caused by newer version of sentry-rails we had in #debian.
Since this looked like a simple fix, I tried to find the root cause. After trying out different things for 3 days, finally found the fix.
Time.zone had to be changed to Time.zone.name
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144973 #rails #ruby
After a looking at the error logs a bit, I figured this was caused by newer version of sentry-rails we had in #debian.
Since this looked like a simple fix, I tried to find the root cause. After trying out different things for 3 days, finally found the fix.
Time.zone had to be changed to Time.zone.name
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144973 #rails #ruby