php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9050 strtotime function work incorrect
Submitted: 2001-02-01 10:18 UTC Modified: 2001-05-06 20:39 UTC
From: arudnev at isras dot rssi dot ru Assigned: derick (profile)
Status: Closed Package: Date/time related
PHP Version: 4.0.4pl1 OS: SuSE Linux 6.4 (2.4.0 kernel)
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: arudnev at isras dot rssi dot ru
New email:
PHP Version: OS:

 

 [2001-02-01 10:18 UTC] arudnev at isras dot rssi dot ru
My script get ftp_rawlit from ftp site. For each file I parse returned string and try convert string representation of date into timestamp:
Oct 13  1999 ->1002991140
Oct 14  1999 ->1003077540
Sep 28  1999 ->1001695140
Sep 29  1999 ->1001781540
Jan 19  2000 ->979923600
Dec 21 12:16 ->1008926160
Aug 30 12:12 ->999159120

What's wrong?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-29 12:04 UTC] derick@php.net
This still occurs with php 4.0.5RC6

 [2001-05-06 20:39 UTC] derick@php.net
The "Jan 13  2000" date format is now corectly recognised.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC