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

Pull Requests

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: Thu Nov 21 20:01:29 2024 UTC