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
The title says it all. This comes as a bit of a surprise and should be fixed, IMHO:
>>> import delorean >>> delorean.Delorean.now(timezone='UTC') Delorean(datetime=datetime.datetime(2016, 5, 21, 20, 44, 2, 572950), timezone='UTC') >>> delorean.now(timezone='UTC') Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: now() got an unexpected keyword argument 'timezone'
The text was updated successfully, but these errors were encountered:
Merge pull request #102 from nlsdfnbch/issue-#93
9532dd5
Allow passing a custom timezone to delorean.now().
No branches or pull requests
The title says it all. This comes as a bit of a surprise and should be fixed, IMHO:
The text was updated successfully, but these errors were encountered: