diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index d1e484fb4cf17ffc03fb1d3e3a7459c0ebf41a8c..34b5cd9a044c049f3cdceb83dbd1d497e0e28553 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 .= '<div class="detail">';