Reading the timezone phối using the date_default_timezone_set() function (if any)
Reading the value of the date.timezone ini option (if set)
If none of the above succeed, the default timezone will be UTC.
Bạn đang xem: Php date_ default timezone in php date_default_timezone_set() function
The TZ environment variable is no longer used.
Source: https://www.php.net/manual/en/function.date-default-timezone-get.php
date_default_timezone_get()Now how khổng lồ use:
You have to pass the timezone in this function lượt thích we want khổng lồ set India timezone as default see:
date_default_timezone_set("Asia/Kolkata"); Now, whenever you would use date(), automatically return India timezone.
I would refer if you want a example: how to convert default date timezone in php
Xem thêm: Bụng To Ở Trẻ Sơ Sinh Bụng To, Bụng To Ở Trẻ Nhỏ (Bụng Cóc): Những Điều Cần Biết
Further info can be found here:http://www.php.net/manual/en/function.date-default-timezone-get.php
Thanks for contributing an answer lớn Stack Overflow!
Please be sure khổng lồ answer the question. Provide details và share your research!But avoid …
Asking for help, clarification, or responding to other answers.Making statements based on opinion; back them up with references or personal experience.To learn more, see our tips on writing great answers.
By clicking “Post Your Answer”, you agree lớn our terms of service, privacy policy & cookie policy
Your privacy
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.