Index: wakka.php =================================================================== --- wakka.php (revision 383) +++ wakka.php (working copy) @@ -130,6 +130,12 @@ "db_collation" => 0, "rename_globalacl" => "Admins", + "date_format" => "Y-m-d", + "time_format" => "H:i:s", + "time_format_seconds" => "H:i", + + "name_date_macro" => "%s /%s/", + "date_macro_format" => "d.m.Y H:i", ); $wakkaDefaultConfig['aliases'] = array('Admins' => "",); Index: themes/default/appearance/footer.php =================================================================== --- themes/default/appearance/footer.php (revision 383) +++ themes/default/appearance/footer.php (working copy) @@ -16,7 +16,7 @@ echo $this->HasAccess("write") ? "href("edit")."\" accesskey=\"E\" title=\"".$this->GetResourceValue("EditTip")."\">".$this->GetResourceValue("EditText")." |\n" : ""; // Revisions link -echo $this->GetPageTime() ? "href("revisions")."\" title=\"".$this->GetResourceValue("RevisionTip")."\">".$this->GetPageTime()." |\n" : ""; +echo $this->GetPageTime() ? "href("revisions")."\" title=\"".$this->GetResourceValue("RevisionTip")."\">".$this->GetPageTimeFormatted()." |\n" : ""; // If this page exists if ($this->page) Index: themes/coffee/appearance/footer.php =================================================================== --- themes/coffee/appearance/footer.php (revision 383) +++ themes/coffee/appearance/footer.php (working copy) @@ -2,7 +2,7 @@