Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Created February 5, 2014 11:33
Show Gist options
  • Save arbaaz/8821782 to your computer and use it in GitHub Desktop.
Save arbaaz/8821782 to your computer and use it in GitHub Desktop.
echo indian time in php
<?php if (function_exists('date_default_timezone_set'))
{
date_default_timezone_set('Asia/Kolkata');
} echo date("h:i:s"); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment