-1

I am using this to get my current PC time but it not giving me the exect time of my pc and giving me some other time which is not correct... So how i can get my exact PC time in php??. echo "The time is " . date("h:i:sa");

1 Answers1

0

Is it off by hours? Look into setting the correct timezone. http://php.net/manual/en/datetime.settimezone.php

tristansokol
  • 4,054
  • 2
  • 17
  • 32