Fix bug in parsing times. Things like "Tue Sep 7 18:56:57 UTC 2004"
were not parsed correctly because the "T" in Tue was being treated as a date-time-divider. Don't allow a date-time-divider to be at the start of the string.
Please register or sign in to comment