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
When you set the value of a datetime-local input, the string is normalized into a standard form. Normalized datetime strings always use the letter "T" to separate the date and the time, and the time portion of the string is as short as possible. This is done by leaving out the seconds component if its value is :00.
However, wtforms currently does not support that T separator:
The MDN documentation we can read that:
However, wtforms currently does not support that
T
separator:I suggest we support that
T
separator out of the box. It also seems this is the separator by default in Firefox.Might be related with #435
The text was updated successfully, but these errors were encountered: