|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-04-08 16:04 UTC] holliwell at gmx dot net
Hi,
strftime("%T") doesn't produce any output on win2k.
From the docs:
%T - current time, equal to %H:%M:%S
print strftime("%T"); //no output
print strftime("%H:%M:%S "); //expected output
Regards
Friedhelm Betz
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
Hi, blame me, I searched the database, but this one didn't come to my eyes:-), sorry! According to that note: Note: Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP's strftime(). it may be worth to mention it in the docs explicitly, that strftime("%T") and strftime("%D") doesn't work on windows? greets Friedhelm