please tell me how can i print data and time in this format using php 2014-03-011T20:34:01Z
i tried this code
$date = new DateTime();
$date->format('Y-m-d H:i:s');
and get something like that 2014-03-11 20:13:20 close enough but not exactly 2014-03-011T20:34:01Z