cvisionai / tator

Video analytics web platform
https://tator.io
GNU Affero General Public License v3.0
109 stars 34 forks source link

Display datetimes as ISO format #1882

Open jrtcppv opened 21 hours ago

jrtcppv commented 21 hours ago

Datetime widget currently is US style MM/DD/YYYY. To support international datetime presentations, switch to YYYY-MM-DD or something similarly uncontroversial.

marktaipan-cvisionai commented 21 hours ago

One potential path forward is to set the default version of the datetime widget to text instead of the calendar picker since the text displayed is isoformat. I would suggest adding something to be read from the style field of the attribute type.