|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-20 02:39 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 07:00:01 2025 UTC |
I used this script: <? $ServerTime = time(); $SerTime = date('g:i:s a',$ServerTime); $SerLongDate = date('l, dS F Y',$ServerTime); $SerBeat = date("@B",$ServerTime); Print "<b>ServerTime:</b> $SerTime<br><b>ServerLongDate:</b> $SerLongDate<br><b>ServerSwatch:</b> $SerBeat<br>"; ?> The internet time shows correctly except for the first hour (or 42 beats) From @000 onwards it does not count up 001, 002, 003 etc untill 1 hour has passed and it then shows @042. Is this a bug with PHP or Windows 2000. ALso if it is PHP is it just Win32 or the unix version also.