Error since the switch to daylight saving time. #534
-
Hi, -> vector vrl --timezone Europe/Paris 'parse_timestamp!("20231029025935", format: "%Y%m%d%H%M%S")'
function call error for "parse_timestamp" at (0:58): Invalid timestamp "20231029025935": input is not enough for unique date and time I think it's related to the timezone defined, but i dont understand the behavior Thanks! cf discord issue: https://discord.com/channels/742820443487993987/1168498617842159626 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @MohamedEHJ ! The error here is correct. The input timestamp is not unique enough given that the timestamp you have there occurs twice as it falls within window where daylight savings time switches over for |
Beta Was this translation helpful? Give feedback.
Hi @MohamedEHJ !
The error here is correct. The input timestamp is not unique enough given that the timestamp you have there occurs twice as it falls within window where daylight savings time switches over for
Europe/Paris
. That is: there are two20231029025935
s, an hour apart from each other.