|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-05 11:32 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
Problem: When using the gmDate() function, the time/date is 8 hours ahead of the system clock. Script: The date is <?php echo gmDate("l, M d Y, h i a"); ?> Result: The date is Saturday, Jan 05 2002, 01 06 am Should have been: The date is Friday, Jan 04 2002, 05 06 pm