web-client-ui
web-client-ui copied to clipboard
ZonedDateTime should be displayed with the defined zone
ZonedDateTimes should be displayed with their defined time zone, not the UI global default (or at least there should be an option to do so).
Users can get confused that if they write .update("Now=now()", "NowUTC=toZonedDateTime(Now, ZoneId.of(`UTC`))"), both Now and NowUTC show the same value in the UI
This may need more plumbing through the API