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
I am integrating https://github.com/alisaifee/flask-limiter and a RequestLimit has a timestamp instead of a datetime object.
Currently, it's not possible to format timestamp directly in the template, so I have to either add a custom filter or parse the timestamp before rendering.
Is it possible to add an optional parameter timestamp defaulted to False to parse dates?
The text was updated successfully, but these errors were encountered:
I am integrating https://github.com/alisaifee/flask-limiter and a RequestLimit has a timestamp instead of a datetime object.
Currently, it's not possible to format timestamp directly in the template, so I have to either add a custom filter or parse the timestamp before rendering.
Is it possible to add an optional parameter
timestamp
defaulted toFalse
to parse dates?The text was updated successfully, but these errors were encountered: