PHP- set timezone and get timezone in php

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

1) Set timezone :-

1
echo date_default_timezone_set("Asia/Kolkata");

2) Get timezone :-

1
echo date_default_timezone_get();

No comments:

Post a Comment