|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-11-29 02:26 UTC] iliaa@php.net
[2005-12-07 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 22:00:01 2025 UTC |
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