How can i get the timezone as (GMT-07:00) Mountain Time (US & Canada) by using php code?
If there is any php code to get the time zone like this?
How can i get the timezone as (GMT-07:00) Mountain Time (US & Canada) by
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use code like this to achieve your aim:
I ‘m not sure if there is enough built-in information in PHP to get the exact description you are looking for though; if not, you ‘ll have to manually map built-in timezone names to your own descriptions (Mountain Time etc).
See it in action.