Twitterの日付のフォーマットを任意に変換する strftime strtotime

Twitterの日付のフォーマットは
"Tue Jul 09 10:01:44 +0000 2013"
となっているが
下記表記で任意のフォーマットに変換できる。

$Date = strftime("%Y-%m-%d %H:%M:%S", strtotime($twt_timeline[$i]["created_at"]));


strftime
http://php.net/manual/ja/function.strftime.php