Make it possible to configure how datetimes are shown to editors
Luis Campos
I'm envisioning two options:
- Local Time
- UTC
Right now it always show in Local Time.
But for my specific use case, I need editors to input date and time exactly as it will appear in the UI that Strapi feeds into, explicitly ignoring timezone complexities. To implement this properly, editors must see the same date regardless of their location, and having an option to always display UTC would provide this solution.