web-client-ui icon indicating copy to clipboard operation
web-client-ui copied to clipboard

ZonedDateTime should be displayed with the defined zone

Open rbasralian opened this issue 1 year ago • 1 comments

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

rbasralian avatar Apr 05 '24 14:04 rbasralian

This may need more plumbing through the API

vbabich avatar Apr 09 '24 15:04 vbabich