| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) | |
|
crishchun.net
Fresh Surpasser
Joined in Oct 2003
Lives in NJ, USA
Hosted on Pass16
13 posts
Gave thanks: 0
Thanked 0 times
|
PHP timestamp for dates before 1970?
I thought PHP can handle negative timestamps from 1901 to 1970 and positive timestamps from 1970 to 2038? But when I execute this code:
PHP Code:
Quote:
By the way, I'm on a shared host Linux server. Last edited by crishchun; September 4th, 2004 at 8:28 PM.. |
|
|
|
|
|
|
#2 (permalink) |
|
Guest
n/a posts
|
My guess and most likely wrong, is that it could be the caused of the 2000/1900 bug from the 1970 where the programmers only put 2 binary digits instead of 4. The other wild guess is that that was the Time of Punch-Cards.
You might wanna send this question to the "horse's mouth" and get the better answer. |
|
|
|
#3 (permalink) | |
|
the one who was
Super #1
Joined in Jul 2003
Lives in Memphis
1,967 posts
Gave thanks: 0
Thanked 3 times
|
From php.net:
Quote:
__________________
Patrick Warnings: The program(s) might crash unexpectedly or behave otherwise strangely. (But of course, so do many commercial programs on Windows.) --www.gimp.org |
|
|
|
|