Answers for "indian time php"

PHP
2

how to set ist in php

date_default_timezone_set('Asia/Kolkata');
Posted by: Guest on April-29-2020
2

asia time zone in php

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

Browse Popular Code Answers by Language