I think that the shorter numbers should be parsed as year and can default to 1 January ``` iex [11:02 :: 2] > DateTimeParser.parse_date("2022") {:ok, ~D[1905-07-14]} ``` Imo it's more likely that it's the current year than 1905.