jasmeet Posted September 7, 2013 Share Posted September 7, 2013 <?php echo date("h:i:s"); ?> its output is : 12:05:04 but my system time shows: 3:35:01 i am not getting what function to use to match with system time?? Quote Link to comment https://forums.phpfreaks.com/topic/281951-time-not-matches-with-system-time/ Share on other sites More sharing options...
Solution requinix Posted September 7, 2013 Solution Share Posted September 7, 2013 Try date_default_timezone_set with your timezone. Quote Link to comment https://forums.phpfreaks.com/topic/281951-time-not-matches-with-system-time/#findComment-1448583 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.