Add time and/or timedate field that saves timezone data
A
A
Right now, if you have a Time field, in the database it saves a string like this: 18:00:00.000.
But with just this, we don't have information about the timezone.
It will be the same time if I save it at 6pm in Spain as if someone saves it at 6pm in Argentina. confused
Which can make the component a bit useless, due to daylight savings time, etc.
Expected behavior
Shouldn't we keep the time in UTC? Like 18:00:00.000Z (note the Z at the end)
Like when use the Datetime field.