thank for the reply.
if I understood right
it should be like this
$date="2011-01-16 11:11:04";
$date = preg_replace( '|\-|', '', $date );
$date = preg_replace( '| |', 'T', $post_date_gmt );
now the date is like this:
20110116T11:11:04
instead of
2011-01-16T11:11:04+0300
sadly did not work,still wont post the correct date ??
tried the date with <dateTime.iso8601> and without it
[ Stop bumping, it’s not permitted here. ]