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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 01:01:31 2024 UTC