現在の日時の取得

現在の時刻

$str_time = date( "Y/m/d (D) H:i:s", time() );

グリニッジ標準時

$str_time = gmdate("Y/m/d (D) H:i:s", time() )

ネタ元

詳しい解説はこちら