- Edited
Hi, I'm not able to set correct time. What am I doing wrong?OS: TurnKey Linux 13.0 / Debian 7.4 Wheezy, Proxmox OpenVZ CTosTicket version: v1.8.2-dpr-11-gc754f04osTicket System Settings and Preferences: GMT 1.0, observe daylight savingsresult: 10 but it may be 11...# ls -l /etc/localtimelrwxrwxrwx 1 root root 33 Apr 16 10 /etc/localtime -> /usr/share/zoneinfo/Europe/Prague# cat /etc/timezoneEurope/Prague# echo "system: `date '+%H:%M'`"system: 11# echo '<?php echo "php: ".date("H")."\n";?>'|phpphp: 11