Validation: #37 Fix timestamps to Mountain Time
Issue
#37 — Fix timestamps to display in Mountain Time instead of UTC
PR
#38 — Set app timezone to Mountain Time
Validation
- Pipeline #86: success
- Prod pod running image
03ae697(PR #38 merge commit) Time.zone.name= "Mountain Time (US & Canada)" — confirmed via rails runnerTime.currentreturns MDT offset (-0600) — correct- Upload timestamps return as
ActiveSupport::TimeWithZonein MDT — correct
Verdict
PASS — timestamps display in Mountain Time in production.