mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
b4eb99a27f
commit
0e243c3510
@ -107,8 +107,8 @@ This address is used only for admin purposes. </td>
|
|||||||
<legend>Time</legend>
|
<legend>Time</legend>
|
||||||
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
|
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" width="33%">The servers current time is: </th>
|
<th scope="row" width="33%"><acronym title="Greenwich Meridian Time">GMT</acronym> time is: </th>
|
||||||
<td><code><?php echo date('Y-m-d g:i:s a'); ?></code></td>
|
<td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"> Times in the weblog should differ by: </th>
|
<th scope="row"> Times in the weblog should differ by: </th>
|
||||||
|
Loading…
Reference in New Issue
Block a user