I am from Bangladesh.I am not getting the right time from this code ?
<html>
<head>
<title>Server time</title>
</head>
<body>
<p>The time at the server is
<?php
print date('h:i:s A');
?>
</p>
</body>
</html>
Output is:
The time at the server is 08:58:51 PM
But actual time is then 01:58:51 AM