Ticket #12580: 12580.diff
File 12580.diff, 858 bytes (added by , 15 years ago) |
---|
-
options-general.php
150 150 <span id="local-time"><?php printf(__('UTC %1$s is <code>%2$s</code>'), $current_offset_name, date_i18n($time_format)); ?></span> 151 151 <?php endif; ?> 152 152 <br /> 153 <span class="description"><?php _e('Unfortunately, you have to manually update this for daylight saving time. Lame, we know, but will be fixed in the future.'); ?></span>153 <span class="description"><?php _e('Unfortunately, you have to manually update this for daylight saving time. It looks like the php timezones library is not installed or enabled on your server. Please contact your web host for more information!'); ?></span> 154 154 </td> 155 155 <?php 156 156 else: // looks like we can do nice timezone selection!