Index: branches/unlabeled/unlabeled-1.48.2/kernel/include/category.php =================================================================== diff -u -r3885 -r3962 --- branches/unlabeled/unlabeled-1.48.2/kernel/include/category.php (.../category.php) (revision 3885) +++ branches/unlabeled/unlabeled-1.48.2/kernel/include/category.php (.../category.php) (revision 3962) @@ -1430,7 +1430,7 @@ break; case "cat_date": - return LangDate($this->Get("CreatedOn")); + return LangDate($this->Get("CreatedOn"), 0, true); break; case "cat_num_cats": return $this->Get("CachedDescendantCatsQty");