﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30803	Dateparse function should support comma separators for milliseconds according to ISO-8601	Ben Wilber	Farhaan Bukhsh	"Presently the regex for parsing ISO-8601 formatted datetimes in django.utils.dateparse.parse_time and parse_datetime  only supports period (.) separators for milliseconds.

Examples:

2014-08-06T11:00:00.000Z

2014-08-06T11:00:00,000Z


ISO 8601:2004 states that parsers should support both delineators, with a preference for commas.   https://www.iso.org/standard/40874.html


A decimal mark, either a comma or a dot (without any preference as stated in resolution 10 of the 22nd General Conference CGPM in 2003,[16] but with a preference for a comma according to ISO 8601:2004)


Github Pull Request: https://github.com/django/django/pull/11818
"	New feature	closed	Utilities	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
