Hi,
Just came across this as I was dealing with timezones… again.
Here’s what I would like (and I think it would align with @antoniokov’s post):
- In field labels show a little timezone info, e.g. in a property called
Timestamp
, the table header would displayTimestamp
(UTC+8)
so everybody knows that this is a local time. - Allow me to define Date & Time property to always display as UTC for everybody. Useful for things like deployment timestamps, etc. and in that case it could show a small
(UTC)
next to the label.
It just makes things explicit for all users on what’s going on.
Thanks!