We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in csv file you might get something like
Date Of Stop, .... 09/24/2013 17:11:00, ....
and I have no clue in which timezone is it.
I would add
"timestamp": { "name": "Date Of Stop", "timezone": "UTC-5", ... }
The text was updated successfully, but these errors were encountered:
The thing is that if we have timezine in our csv file value, that we should show error. For example, 2010-01-01 04:01:01GMT-04:00 already has timezone
2010-01-01 04:01:01GMT-04:00
Sorry, something went wrong.
No branches or pull requests
in csv file you might get something like
and I have no clue in which timezone is it.
I would add
The text was updated successfully, but these errors were encountered: