Modern applications do not present the end user with UDT time zone information, even if that is how you're persisting data on the backend.
Timestamps throughout the application should use the user's locale to determine what to display.
Human beings don't think in UTC.
This should be considered a bug, not a feature request.