If the user writes ``` timestamp = '2022-08-22T10:38:45Z' ``` rather than ``` timestamp = 2022-08-22T10:38:45Z ``` the timestamp will parse as null (given it's optional) and the user will be left with a broken index and no clue.