Support Date Style
Opened this issue · 0 comments
theory commented
Consider supporting a formatting option for the output of the string()
method for datetime values akin to the Postgres DateStyle GUC. Add a function to set it in the context, just like ContextWithTZ
and `TZFromContext do for time zones, then update the ToString() methods in the types package to use it.