CSV time confusion #1198
Unanswered
rnash93-cloud
asked this question in
Q&A
Replies: 0 comments
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.
-
When I load my csv to plot juggler it shows that it is parsing the data as dd/MM/yyyy hh:mm:ss

For reasons I don't understand it then shows it as hh:mm:ss dd:MM:yy - but that's ok
When I finish loading in, having told it that "GeneratedTime" is to be used as X axis - it then produces plots with time stamps in 1970
Further... If I inspect the CSV in notepad ++ the timestamp is definitely formatted as hh:mm:ss dd/MM/yy, however if I tell plot juggler to parse the date format like this it says it couldn't parse it.
So two questions:
Beta Was this translation helpful? Give feedback.
All reactions