use GMT as reference in the options screen

git-svn-id: http://svn.automattic.com/wordpress/trunk@929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-02-24 03:12:43 +00:00
parent b4eb99a27f
commit 0e243c3510
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ This address is used only for admin purposes. </td>
<legend>Time</legend>
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
<tr>
<th scope="row" width="33%">The servers current time is: </th>
<td><code><?php echo date('Y-m-d g:i:s a'); ?></code></td>
<th scope="row" width="33%"><acronym title="Greenwich Meridian Time">GMT</acronym> time is: </th>
<td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td>
</tr>
<tr>
<th scope="row"> Times in the weblog should differ by: </th>