php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7851 missing time zone definitions
Submitted: 2000-11-16 13:21 UTC Modified: 2000-11-17 11:11 UTC
From: max at the-triumvirate dot net Assigned:
Status: Closed Package: Date/time related
PHP Version: 4.0 Latest CVS (16/11/2000) OS: linux 2.2.17
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: max at the-triumvirate dot net
New email:
PHP Version: OS:

 

 [2000-11-16 13:21 UTC] max at the-triumvirate dot net
two timezone definitions are missing from parsedate.y:

[root@host standard]# cvs diff parsedate.y 
Index: parsedate.y
============================================================
RCS file: /repository/php4/ext/standard/parsedate.y,v
retrieving revision 1.23
diff -U0 -r1.23 parsedate.y
--- parsedate.y 2000/08/22 20:59:26     1.23
+++ parsedate.y 2000/11/16 18:17:04
@@ -566,0 +567,2 @@
+   { "akst",  tZONE,     HOUR (10) }, /* Alaska Standard */
+   { "akdt",  tZONE,     HOUR (10) }, /* Alaska Daylight */

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-17 11:11 UTC] chagenbu@php.net
committed to cvs.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC