How can I disable the automatic date formatting globally? #2012
Unanswered
jwhetzel-gpc
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Does using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm running into an issue where my date and datetime fields coming out of sqlite are getting formatted as dates only, and I need to disable this globally. I saw in issue #1572 that the global fix is to set the desired format in
options.disp_date_fmt
in~/.visidatarc
. Unfortunately that won't work for me because what I really need to be able to to do is see the raw values in those columns so I can easily see which ones are date-only, which are timestamps in the format ofYYYY-mm-dd HH:MM:SS
and which are formatted with a "T" in between the date and time. (YYYY-mm-ddTHH:MM:SS
) This way I can know what I'm dealing with on the query side. Thanks!Beta Was this translation helpful? Give feedback.
All reactions