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
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: 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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-17 11:11 UTC] chagenbu@php.net
committed to cvs.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Feb 10 17:01:30 2025 UTC