CodeIgniter Forums
Get user timezone - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Get user timezone (/showthread.php?tid=72136)



Get user timezone - omid_student - 11-10-2018

Hi
I need user's timezone in PHP
I dont want to use javascript to get timezone because when i show my records,it should use user's timezone and then show it
Maybe?


RE: Get user timezone - InsiteFX - 11-11-2018

Your best bet would be to let your users enter their timezone information.


RE: Get user timezone - omid_student - 11-12-2018

(11-11-2018, 04:49 AM)InsiteFX Wrote: Your best bet would be to let your users enter their timezone information.

Thank you
I saved user's timezone with javascript and save in cookie and use in PHP Cool