use GMT as reference in the options screen

git-svn-id: https://develop.svn.wordpress.org/trunk@929 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi 2004-02-24 03:12:43 +00:00
parent 40c3611490
commit 0d2897fb36
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>