Typo in exception string for parseDateTime

Description

Given this code:

input = '"2003-02-12T13:02:00+06:00"';
d = parseDateTime(input);

The error exception has a typo, “the” repeated twice:

The the date time value of ["2003-02-12T13:02:00+06:00"] could not be parsed as a valid date or datetime locale of [English (United States)]

Activity

Show:

Brad WoodFebruary 13, 2025 at 6:03 PM

Lol, a quick search of the code shows that typo was copied in 5 places!

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created February 12, 2025 at 10:37 PM
Updated February 13, 2025 at 6:03 PM
Resolved February 13, 2025 at 2:37 PM