|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-18 17:15 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 13:00:01 2025 UTC |
Hellow! PHP Script: <?php #the 1 part echo gmdate("H:i d/m/Y") . "\n"; echo date("H:i d/m/Y") . "\n"; #the 2 part echo gmdate("U") . "\n"; echo date("U") . "\n"; ?> please, try it! and you will see, that results in the 2 part not different! Why?