pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.95k stars 321 forks source link

Add support for timezone aware datetime as argument to `TOTP.timecode()` #107

Closed b4stien closed 3 years ago

b4stien commented 3 years ago

Tell me if the code & comments are fine by you 👌

Fix #57

kislyuk commented 3 years ago

Looks OK to me but you need to import calendar.

b4stien commented 3 years ago

That's a good point! Done.

(I'm so used to flake8 etc...)

kislyuk commented 3 years ago

Yes, I need to fix the CI in this repo.