| @@ -132,10 +132,9 @@ | ||
| 132 | 132 | <label |
| 133 | 133 | for="server_debug"><?php _ex( 'Add debugging messages (Only logged-in users who can edit this Post/Page will see them)', 'TinyMCE Dialog - Server debugging label', 'timed-content' ); ?> </label> |
| 134 | 134 | </p> |
| 135 | 135 | |
| 136 | - <p><?php _e('Current Date/Time:', 'timed-content' ); ?> | |
| 137 | - <?php echo date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), current_time( 'timestamp', 0 ) ); ?></p> | |
| 136 | + <p><?php _e('Current Date/Time:', 'timed-content' ); ?> <?php echo strftime( '%Y-%m-%d %H:%M', current_time('timestamp', 0)); ?></p> | |
| 138 | 137 | <fieldset> |
| 139 | 138 | <legend> |
| 140 | 139 | <input name="do_server_show" type="checkbox" id="do_server_show" value="show"/> |
| 141 | 140 | <label |