strapi date fields have a lack of precision #34
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's impossible to enter an exact ISO 8601 date into strapi such as 2023-08-24T01:19:01.000Z
The best strapi can do is 2023-08-24T01:19
This is causing problems with vod URLs such as https://futureporn.net/vods/20230824T011900Z which should actually be https://futureporn.net/vods/20230824T011901Z
I think the date fields need to become a text field so I can paste in a proper ISO 8601 date.
date2 field (date_2 column) added to vod table.
vod.date will need to be dropped once UI is switched over to vod.date2