PHP- set timezone and get timezone in php

Below are the easy examples to set timezone and get timezone in php

1) Set timezone :-

 echo date_default_timezone_set("Asia/Kolkata"); 

2) Get timezone :-

  echo date_default_timezone_get(); 

No comments:

Post a Comment