? 279570.patch
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.328
diff -u -p -r1.328 system.admin.inc
--- modules/system/system.admin.inc	13 Jan 2011 01:08:28 -0000	1.328
+++ modules/system/system.admin.inc	16 Jan 2011 05:17:38 -0000
@@ -1980,7 +1980,7 @@ function system_date_time_settings() {
 
       $choices = array();
       foreach ($formats as $f => $format) {
-        $choices[$f] = format_date(REQUEST_TIME, 'custom', $f);
+        $choices[$f] = format_date(-1, 'custom', $f);
       }
       reset($formats);
       $default = variable_get('date_format_' . $type, key($formats));
@@ -2084,7 +2084,7 @@ function system_add_date_format_type_for
   }
   $choices = array();
   foreach ($formats as $f => $format) {
-    $choices[$f] = format_date(REQUEST_TIME, 'custom', $f);
+    $choices[$f] = format_date(-1, 'custom', $f);
   }
   // Show date format select list.
   $form['date_format'] = array(
