Open lieblinger opened 2 years ago
I can't reproduce this datetime component (with your format) to store with the fraction 000Z
.
Can you provide the full JSON of the component?
Apparently there's a need to parse the datetime value to cover such case. I wasn't aware of this fraction, but found some info:
https://stackoverflow.com/questions/16151383/what-does-the-000z-of-yyyy-mm-ddt000000-000z-mean .000 is the fraction of a second and Z indicates UTC timezone.
https://stackoverflow.com/questions/28949911/what-does-this-format-means-t000000-000z
@lieblinger possible to test this with the affected form and the latest version of the library?
I did some persing improvements in datetimeComponent.
The following issue pops up by printing a form with DateTime component and applies to latest version of python-formio-data (4.0):
Date Format String in Form Builder Component: