Using date_default_timezone_set() in PHP


Set the default timezone for all date/time functions.

Source Code

date_default_timezone_set('America/New_York');
echo date('Y-m-d H:i:s');
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments