Does an alternative to [DateTime]::Parse()
exist that supports negative years?
#109687
-
ISO 8601-1:2019+A1:2022 specifies that dates can explicitly positive or negative, like
However, I've tried
Does an alternative method exist which does? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
No. It interprets the tick as unsigned number, and most methods are rejecting dates out of the years 0001-9999.