|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-29 00:55 UTC] Admin at relax-info dot com
[2005-08-29 13:23 UTC] sniper@php.net
[2005-08-29 14:41 UTC] Admin at relax-info dot com
[2005-08-29 16:30 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 23 22:00:02 2025 UTC |
Description: ------------ PHP don't give proper weigh Timezone setting of my machine. Difference to Greenwich time (GMT) in hours = 0 Reproduce code: --------------- <?php $timestamp = 1125267228; print_r(date('r', $timestamp)); ?> Expected result: ---------------- Sun, 28 Aug 2005 01:44:05 +0200 Actual result: -------------- Sun, 28 Aug 2005 22:44:05 +0000