|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-19 08:10 UTC] markonen@php.net
[2002-07-19 08:15 UTC] sitnikov at infonet dot ee
[2002-07-19 08:18 UTC] markonen@php.net
[2002-07-19 10:27 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Feb 14 11:00:01 2026 UTC |
<? echo gmdate ('H:i:s U (O,Z)'); echo "<br>\n"; echo date ('H:i:s U (O,Z)'); ?> Output: 12:01:21 1027080081 (+0000,0) 15:01:21 1027080081 (+0300,10800)