|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-16 17:23 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 02:00:01 2025 UTC |
Description: ------------ Internet Time under 5.1.1 Seems to be coming up "Not Implemented" All other data times seem to work fine Reproduce code: --------------- <?php $time = date("B",time()); echo("The time is $time Swatch Beats"); ?> Expected result: ---------------- The time is 672 Swatch Beats Actual result: -------------- The time is [B unimplemented] Swatch Beats