Default Time Zone India Php

[Solved] Default Time Zone India 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 : asia time zone in php

Answered by : nitesh-jangid

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

Source : https://stackoverflow.com/questions/32327004/how-to-get-time-in-indian-time-zone/53315734 | Last Update : Sat, 08 Aug 20

Answers related to default time zone india php

Code Explorer Popular Question For Php