You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI must allow one to add arbitrary time zones from the tz db.
key bindings to navigate between the configured time zones (arrows, j, k, ...),
delete, or backspace, or d should show a confirmation dialog to remove the zone,
+ to show the "add a time zone" dialog where the UI helps auto-complete from the tzdb list.
Notes:
Since go 1.15, there is a time/tzdata package that one can embed to work around cases where the info is not available on the host (this adds 800kb to the binary 🐘).
The text was updated successfully, but these errors were encountered:
The UI must allow one to add arbitrary time zones from the tz db.
j
,k
, ...),delete
, orbackspace
, ord
should show a confirmation dialog to remove the zone,+
to show the "add a time zone" dialog where the UI helps auto-complete from the tzdb list.Notes:
Since go 1.15, there is a
time/tzdata
package that one can embed to work around cases where the info is not available on the host (this adds 800kb to the binary 🐘).The text was updated successfully, but these errors were encountered: