|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-21 00:14 UTC] nlopess@php.net
[2005-09-21 12:44 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
Description: ------------ The problem is is as per the summary. date("U") is not returning a valid datestamp. In my case it is returning "%ld" (without quotes). The date function is returning the expected results for other pattern strings I have tried. Reproduce code: --------------- $today = date("U"); Returns %ld Expected result: ---------------- A valid timestamp should have been returned.