UTC is GMT updated for leap seconds. :)

git-svn-id: http://svn.automattic.com/wordpress/trunk@1946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-12-13 16:46:34 +00:00
parent 8569da174e
commit 5cb036d571
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ include('admin-header.php');
<legend><?php _e('Date and Time') ?></legend>
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
<tr>
<th scope="row" width="33%"><?php _e('<acronym title="Greenwich Meridian Time">GMT</acronym> time is:') ?> </th>
<th scope="row" width="33%"><?php _e('<abbr title="Coordinated Universal Time">UTC</abbr> time is:') ?> </th>
<td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td>
</tr>
<tr>