|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-22 22:44 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
I have a strange thing there is my code : print "[".date("d/m/Y", fileatime("/usr/log/010521101953.82"))."-". date("H:i:s", filectime("/usr/log/010521101953.82"))."]". "010521101953.82"; Result : [22/05/2001-10:20:09] 010521101953.82 And when I run ls -l /usr/log/010521101953.82, I see -rw-rw-rw- 1 usr staff 1806 May 21 10:20 /usr/log/010521101953.82 The time is good, but not the date.