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
This is systemtime on my rasberry pie running rasbian:
#!/usr/bin/env python3 import parsedatetime import pytz cal = parsedatetime.Calendar() d='Sun 4 Mar 07:20:44 CET 2018' ts, _ = cal.parseDT(datetimeString=d, tzinfo=pytz.timezone("CET")) print(ts)
./timestamp2.py 2018-03-04 20:18:00+01:00
$ pip freeze | egrep '(parsedatetime|pytz)' parsedatetime==2.4 pytz==2017.3 $ python3 --version Python 3.6.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is systemtime on my rasberry pie running rasbian:
The text was updated successfully, but these errors were encountered: