php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38625 Default timezone not working
Submitted: 2006-08-28 11:22 UTC Modified: 2006-08-29 13:51 UTC
From: ashokmca dot g at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.1.5 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ashokmca dot g at gmail dot com
New email:
PHP Version: OS:

 

 [2006-08-28 11:22 UTC] ashokmca dot g at gmail dot com
Description:
------------
hello sir

i use date() and time() function to get current date and time

but it will give less than 5:30 as compare my current time.

the timezone For my pc is GMT+5:30

but in php UTC

i cant resolve this

please help me





Reproduce code:
---------------
<?
 echo date("F j, Y, h:i:s a", time());
?>
 
    

Expected result:
----------------
August 28, 2006, 4:44:09 pm

Actual result:
--------------
August 28, 2006, 11:16:25 am

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-28 11:26 UTC] tony2001@php.net
You need to set date.timezone in your php.ini.
 [2006-08-28 11:28 UTC] ashokmca dot g at gmail dot com
hi tony thanks for your reply

i already set this in php.ini file

date.timezone = "GMT+5:30"
 [2006-08-28 11:39 UTC] tony2001@php.net
"GMT+5:30" is not a valid name for timezone.
 [2006-08-28 11:52 UTC] ashokmca dot g at gmail dot com
then what i give on the time zone
 [2006-08-29 12:12 UTC] ashokmca dot g at gmail dot com
hello sir

in timezone what i place..

pls reply me.

its very urgent to me.

pls reply
 [2006-08-29 12:47 UTC] ashokmca dot g at gmail dot com
sir in our country timezone is GMT+5:30

here only GMT-5 or GMT-6 how we use this timezone...

pls reply me
 [2006-08-29 12:54 UTC] tony2001@php.net
Does "your country" have a name?
 [2006-08-29 13:00 UTC] ashokmca dot g at gmail dot com
hello im ashok from India / Tamilnadu / Chennai

here we use GMT+5:30
 [2006-08-29 13:10 UTC] derick@php.net
India is in Asia, pick the closest city from India from the list:
http://www.php.net/manual/en/timezones.asia.php
 [2006-08-29 13:12 UTC] tony2001@php.net
"Asia/Calcutta" is your timezone name.
 [2006-08-29 13:51 UTC] ashokmca dot g at gmail dot com
thank you sir

thank you derick

thank you tony
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 15:01:34 2025 UTC