|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-05 22:36 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 25 10:00:01 2025 UTC |
Description: ------------ date() does not support negative timestamps on Linux. Previous version can. Reproduce code: --------------- echo date("j M Y", -100) ; Expected result: ---------------- Obviously not 1 Jan 1970