|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-05-13 07:48 UTC] derick@php.net
[2006-05-13 15:11 UTC] jb243 at telus dot net
[2006-05-13 16:54 UTC] derick@php.net
[2007-08-17 21:51 UTC] vrana@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 09:00:02 2025 UTC |
Description: ------------ strtotime('at') returns today at current hour or maybe 8pm. Should be documented as a feature or return an invalid timestamp. echo date("r",strtotime('At')); Reproduce code: --------------- echo date("r",strtotime('At'));