php set timezone italy

Solutions on MaxInterview for php set timezone italy by the best coders in the world

showing results for - "php set timezone italy"
Valerio
15 Aug 2016
1date_default_timezone_set('Europe/Rome');
2$italy_current_time = date("Y-m-d H:i:s");