This question already has an answer here:
- Determine a user's timezone 24 answers
I want to set default timezone to the user's local timezone, please find my code below:
date_default_timezone_set("Asia/Karachi");
$currentHour = date('h:i');
My code works correctly, but only works only for Karachi; if user in other country it may not works.
</div>