|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-08-30 10:32 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 16:00:02 2025 UTC |
Description: ------------ the result from strtotime("now"); gives me only the timestamp from the beginning of the actual day. Reproduce code: --------------- <? echo strtotime("now"); ?> Expected result: ---------------- 1093854300 Actual result: -------------- 1093816800 -> 30.08.2004 00:00:00