Monday, January 16, 2012

PHP Get gmt date with timezone

<?php 
$timezone = 8;
echo gmdate("Y-m-d H:i:s", time() + 3600*($timezone+date("I")));
?>

Posted via email from Posterous

Proxmox installation display out of range

Reference:  https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/