You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With datetime.utcnow() being deprecated and replaced by datetime.now(UTC), it becomes impossible to compare the latter with offset-naive datetimes provided through wtforms. If not addressed, this issue will likely make wtform not compatible with future python version
We store our values as UTC localized but we expect our clients to use another timezone that make more sense when using the interface.
Having the ability to specify a data timezone and a display timezone would be nice, but maybe this is too far fetched.
What do you think?
If you are open to the idea, I could draft a PR for this.
Thanks again
The text was updated successfully, but these errors were encountered: