|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2015-10-01 08:50 UTC] derick@php.net
 
-Status: Open
+Status: Feedback
  [2015-10-01 08:50 UTC] derick@php.net
  [2015-10-11 04:22 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Thu Oct 30 04:00:02 2025 UTC | 
Description: ------------ Time - 23:57 ( time zone - Asia\Tel_Aviv ) the given output for date("H:i:s") -> 00:57 Note - the time zone on the server was UTC + 2:00 Jerusalem Test script: --------------- <?php echo date("H:i:s"); ?>