Replies: 1 comment 1 reply
-
Does it mean that the default timestamp format style will always be |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Timestamp datatype now keep the precision which can be used to output the DateTime with a custom style.
For example:
The storage stores the same value for
now()
which represents instants as the number of microseconds (µs) since 1970-01-01 00:00:00+00. Theprecision
is only for output style, so it's useless to keep it in datatype, we can use other functions like:to_yyyy_mm_dd
to handle the style.Beta Was this translation helpful? Give feedback.
All reactions