OpenAPI documentation suggests that both date and date-time formats should be RFC3339 compliant, but the default for Python is not, as it is missing a colon in the ...
It appears that using the DateTimeFormat polyfill to format dates can be extremely slow, especially on lower end Android devices. We measured a single DateTimeFormat to 20ms on a real device. This ...