Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.324 diff -u -r1.324 common.inc --- includes/common.inc 17 Feb 2004 23:36:22 -0000 1.324 +++ includes/common.inc 21 Feb 2004 13:09:30 -0000 @@ -876,7 +876,7 @@ $max = strlen($format); for ($i = 0; $i <= $max; $c = $format{$i++}) { if (strpos('AaDFlM', $c)) { - $date .= gmdate($c, $timestamp); + $date .= t(gmdate($c, $timestamp)); } else if (strpos('BdgGhHiIjLmnsStTUwWYyz', $c)) { $date .= gmdate($c, $timestamp);