|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-03-22 04:24 UTC] liber at iproom dot com
[2006-03-22 13:17 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 00:00:01 2025 UTC |
Description: ------------ time() On Windows XP: it will shows UTC time. On Linux: it will shows local time correctly. Reproduce code: --------------- echo date("Y-m-d H:i:s",time()); Expected result: ---------------- return local time Actual result: -------------- return UTC time