I use this code to print time

$Time=date("G:i A");
echo $Time;

output (for example):
20:51 PM

the problem that hour in my country is 18:51 PM .. so how can I minus 2 hour from day.

Thanks