PHP date_default_timezone_set() function
In this article, you will learn how to set a new timezone. date_default_timezone_set() PHP function set the new default timezone used by all the Date and Time functions in the current script. What is the syntax of date_default_timezone_set() function in PHP? Parameter Details timezone Timezone to make it the default – RequiredYou can refer to …