id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 2812,XMLRPC misinterprets iso8601 time when posting/editing.,ddaiter,,"It's actually 2.0.3 It looks like the time is being interpreted incorrectly for instance the following: ""20060610T16:47:07"" is being interpreted as local time instead of GMT (local in my case would be ""20060610T16:47:07-07:00""). As a result the posts are not shown for the next 7 hours (in my case). If I swithc my blog time to GMT everything works just fine. Detailed example (timezone is -0700, local time is 09:47:07): The client (Semagic) sends the following: metaWeblog.editPost39*************titleTestdescriptionTestdateCreated20060610T16:47:07mt_allow_comments1mt_allow_pings1mt_convert_breaksmt_text_moremt_excerptmt_keywordsUncategorizedcategoriesUncategorized1 After that the DB record lossk as the following: INSERT INTO `wp_posts` VALUES (39, 1, '2006-06-10 09:47:07', '2006-06-10 23:47:07', 'Test1', 'Test', 0, '', 'publish', 'open', 'open', '', 'test', '', '', '2006-06-10 09:47:16', '2006-06-10 16:47:16', '', 0, '*************************', 0, '', '', 0) ; Apparently, Wordpress added 7 hours to the GMT time above.",defect (bug),closed,normal,,XML-RPC,2.0.2,normal,invalid,Timezone,,