date_default_timezone_get()

The time zone of the server running the script can be collected by using date_default_timezone_get() function. Sample code
<?Php
echo date_default_timezone_get();
?>
If your error reporting is on then you will warning message saying
date_default_timezone_get(): It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone_set() function. 
In case you used any of those methods and you are still getting this warning, 
you most likely misspelled the timezone identifier.
So it is always better to set your own timezone by using date_default_timezone_set() function before using any date functions in your script.
PHP Date Functions date_default_timezone_set() Set the time zone
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com







    Post your comments , suggestion , error , requirements etc here





    PHP video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer