NabuCasa / pycognito

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
128 stars 39 forks source link

fix: Generate timestamps independently from current locale #127

Closed marty-se closed 2 years ago

marty-se commented 2 years ago

Inspired by wsgiref.handlers.format_date_time().

Fixes #122

pvizeli commented 2 years ago

Thanks