Make WordPress Core

Changeset 1946


Ignore:
Timestamp:
12/13/2004 04:46:34 PM (20 years ago)
Author:
saxmatt
Message:

UTC is GMT updated for leap seconds. :)

File:
1 edited

Legend:

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

    r1903 r1946  
    5050        <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    5151      <tr>
    52           <th scope="row" width="33%"><?php _e('<acronym title="Greenwich Meridian Time">GMT</acronym> time is:') ?> </th>
     52          <th scope="row" width="33%"><?php _e('<abbr title="Coordinated Universal Time">UTC</abbr> time is:') ?> </th>
    5353        <td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td>
    5454      </tr>
Note: See TracChangeset for help on using the changeset viewer.