Date picker is not using ISO 8601
complete
Sabbir Ahmed
Whenever I try to map a datetime field the datetime panel shows up, and if using the panel to select a time it adds datetime in this format MM/DD/YYYY HH:mm A and not as ISO 8601 format YYYY-MM-DDT:HH:mm:ssZ
This makes zero sense, every datetime field where the datepicker shows up will only accept the ISO datetime format not a custom friendly format. Not sure how this passed the QA and still live for like past year.
If this is intended, I'm curious to know why as it has never been helpful to me.
Log In
D
Darin Patterson
complete
Hi Sabbir, so this topic is a bit nuanced. Essentially, this panel provides a user friendly way of selecting a date / time based upon the organization's timezone and user's locale. (most people in the world think about time based upon their own time zone). However -- underneath that, when you actually execute a module, we convert that datetime format to the full ISO 8601 format.
Is there a specific use case where you are not able to accomplish what you are try to achieve?