Open crbast opened 1 month ago
2.1.0
When validating a date with a format containing the symbol Z (see https://day.js.org/docs/en/display/format#list-of-all-available-formats) it will fail.
Z
This issue seems to be related on DayJS latest version. Here some tickets open on their github :
Here an example to test :
vine.object({ startDateTime: vine .date({ formats: ['YYYY-MM-DD[T]HH:mmZ'], }) })
input : "startDateTime": "2024-09-11T14:20+0200"
"startDateTime": "2024-09-11T14:20+0200"
I wish you all a lovely day :)
No response
dayjs/plugin/timezone not found in issue. what to do?
Package version
2.1.0
Describe the bug
When validating a date with a format containing the symbol
Z
(see https://day.js.org/docs/en/display/format#list-of-all-available-formats) it will fail.This issue seems to be related on DayJS latest version. Here some tickets open on their github :
Here an example to test :
input :
"startDateTime": "2024-09-11T14:20+0200"
I wish you all a lovely day :)
Reproduction repo
No response