strapi date fields have a lack of precision #34

Closed
opened 2023-08-24 05:02:16 +00:00 by CJ_Clippy · 1 comment
Owner

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.

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.
CJ_Clippy added the
bug
label 2023-08-24 05:02:16 +00:00
Author
Owner

date2 field (date_2 column) added to vod table.

vod.date will need to be dropped once UI is switched over to vod.date2

date2 field (date_2 column) added to vod table. vod.date will need to be dropped once UI is switched over to vod.date2
Sign in to join this conversation.
No description provided.