php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35712 Internet Time not Implemented
Submitted: 2005-12-16 17:21 UTC Modified: 2005-12-16 17:23 UTC
From: php at uksms dot com Assigned:
Status: Closed Package: Date/time related
PHP Version: 5.1.1 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at uksms dot com
New email:
PHP Version: OS:

 

 [2005-12-16 17:21 UTC] php at uksms dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-16 17:23 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 14:01:32 2024 UTC