Date Default Timezone Set For India In Php

[Solved] Date Default Timezone Set For India In Php | Php - Code Explorer | yomemimo.com
Question : default time zone india php

Answered by : navjot-singh

date_default_timezone_set('Asia/Kolkata');
$timestamp = date("Y-m-d H:i:s");

Source : https://stackoverflow.com/questions/3841852/date-default-timezone-set-showing-incorrect-time | Last Update : Sun, 10 May 20

Question : date_default_timezone_set for india in php

Answered by : lokesh-ramchandani

<?php	date_default_timezone_set("Asia/Kolkata"); //India time (GMT+5:30)	echo date('d-m-Y H:i:s');
?>

Source : | Last Update : Thu, 25 Jun 20

Answers related to date default timezone set for india in php

Code Explorer Popular Question For Php