I am attempting to import cases, and eventually case notes (bug events?), using the API. I have successfully created cases. The date opened defaults to the current date, even though the data I am passing includes:
'dtOpened' => string '2009-04-10T00:00:00Z'
I am the administrator and I am using my credentials when accessing FogBugz via the API.