gmdate

 string gmdate ( string $format [, int $timestamp = time() ] ) 

説明

Identical to the date() function except that the time returned is Greenwich Mean Time (GMT).

戻り値

Returns a formatted date string. If a non-numeric value is used for timestamp, FALSE is returned and an E_WARNING level error is emitted.