id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
2474	II belive that in ISO8601 the date and time should be separated by a 'T', not a space	MagnusTherning		"Based on http://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations I believe the implementation ought to be changed to

{{{
iso8601DateFormat :: Maybe String -> String
iso8601DateFormat timeFmt =
    ""%Y-%m-%d"" ++ case timeFmt of
             Nothing  -> """" 
             Just fmt -> 'T' : fmt
}}}"	bug	closed	normal		libraries (other)	6.8.3	wontfix			Unknown/Multiple	Unknown/Multiple		Unknown				
