PHP UTC timestamp

This entry was posted by on Tuesday, 23 March, 2010 at

$utc_str = gmdate("M d Y H:i:s", time());
$utc = strtotime($utc_str);


Leave a Reply