From 2e7e0c29470f3fa18c7ae16df80c17da12fde5ed Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 27 Feb 2008 22:52:22 +0100 Subject: fixed dates for aggregated RSS darcs-hash:20080227215222-7ad00-6fc84f0d572490b4b6183602b8be7e6c61199aeb.gz --- inc/parser/xhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index d1e484fb4..34b5cd9a0 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -767,7 +767,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } } if($params['date']){ - $this->doc .= ' ('.$item->get_date($conf['dformat']).')'; + $this->doc .= ' ('.$item->get_local_date($conf['dformat']).')'; } if($params['details']){ $this->doc .= '
'; -- cgit v1.2.3