[forge:site-support:#8042]
Throughout Allura, while we are more prone to showing relative times (eg. "5 hours ago"), you can still see the exact time in the tooltip (ie., when hovering over the relative time). Currently, this always displays UTC.
We should instead show the time as determined by (in order of preference) configured timezone in /auth/user_info or, if unset or logged out, GeoIP.
IMO, we should only do this adjustment on web. Timestamps in API should remain UTC.