Make WordPress Core


Ignore:
Timestamp:
02/24/2004 03:12:43 AM (22 years ago)
Author:
michelvaldrighi
Message:

use GMT as reference in the options screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r878 r929  
    108108        <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    109109      <tr>
    110         <th scope="row" width="33%">The servers current time is: </th>
    111         <td><code><?php echo date('Y-m-d g:i:s a'); ?></code></td>
     110        <th scope="row" width="33%"><acronym title="Greenwich Meridian Time">GMT</acronym> time is: </th>
     111        <td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td>
    112112      </tr>
    113113      <tr>
Note: See TracChangeset for help on using the changeset viewer.