Changed the rendering code for templating output
[biaweb2.git] / biawebstrings.hpp
index 1e073f0..702e5a9 100644 (file)
@@ -8,7 +8,7 @@ namespace biaweb {
     const char* ART_LIST = "List of Articles";
     const char* INDEX = "Index Page";
     // DATE FORMAT
-    const char* DATE_FORMAT = "%d %b %Y, %H:%M";
+    const char* DATE_FORMAT = "%d %b %Y, %H:%M %Z";
 }
 
 #endif