|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-18 07:37 UTC] derick@php.net
[2002-11-26 14:41 UTC] k.schroeder@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 11:00:02 2025 UTC |
Hi, running on a webserver of our client: Windows 2000, IIS 5, PHP 4.2.2. The command strftime("%R", $timestamp) doesn't display the time as specified in the docs (hh:mm in 24 hours notation), while this does work on our test webserver which is a Linux, Apache, PHP-machine. Substituting this by strftime("%H:%M", $timestamp) does work correctly and has the same result. Thanks, Jonathan