cli: time values are printed as timestamps #29044
Labels
A-cli-client
CLI commands that pertain to using SQL features
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-3-ux-surprise
Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
While doing QA for #28158, I noticed that columns with a
TIME
datatype are printed with a timestamp format. For example, the time "4:05" is printed as "0000-01-01 04:05:00+00:00". This seems undesirable....The text was updated successfully, but these errors were encountered: