|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-05-16 20:18 UTC] rasmus@php.net
[2009-05-16 20:33 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 11:00:01 2025 UTC |
Description: ------------ Hi, I tried to use date for convert U (seconds passed from 1970.1.1 up to about 2030, but it returned some unsuitable result check this sample: $U = 2191928815; echo gmdate('Y.m.d H:i:s', $U); // 1903.05.12 06:38:39 Reproduce code: --------------- non Expected result: ---------------- non Actual result: -------------- non