php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35440 Timezone = europe/oslo
Submitted: 2005-11-28 11:11 UTC Modified: 2005-12-07 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: akselbondoe at hotmail dot com Assigned: derick (profile)
Status: No Feedback Package: Date/time related
PHP Version: 5.1.0 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: akselbondoe at hotmail dot com
New email:
PHP Version: OS:

 

 [2005-11-28 11:11 UTC] akselbondoe at hotmail dot com
Description:
------------
Timezone for Europe/Oslo is 1 hour slow. Php shows for example 10:00 when the actual time in Oslo is 11:00. 

Reproduce code:
---------------
<? putenv("TZ=Europe/Oslo"); echo date("d.m.Y - H:i:s"); ?>

Expected result:
----------------
example:  28.11.2005 - 02:02:14  

Actual result:
--------------
example:  28.11.2005 - 03:02:14

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-29 02:26 UTC] iliaa@php.net
Works fine for me on Linux. Does the value you get from php differ from the one shown here:
http://www.timeanddate.com/worldclock/city.html?n=187
 [2005-12-07 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 10:01:28 2024 UTC