X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=biawebstrings.hpp;h=76c4f2bf3bb409533cee4ca17ebe66a8336fc42d;hp=702e5a91d55d1884551b2134c1081a1c57a80cfc;hb=26b38b4a38c24955293a7144f1e1d74676601caf;hpb=fe9a0fef0b31ee3b94b3e73b7e319087a49a3054 diff --git a/biawebstrings.hpp b/biawebstrings.hpp index 702e5a9..76c4f2b 100644 --- a/biawebstrings.hpp +++ b/biawebstrings.hpp @@ -7,8 +7,9 @@ namespace biaweb { const char* SUB_CAT = "Sub categories: "; const char* ART_LIST = "List of Articles"; const char* INDEX = "Index Page"; + const char* WARNING_PARSE_FAILED = "Warning: date parse failed on " ; // DATE FORMAT - const char* DATE_FORMAT = "%d %b %Y, %H:%M %Z"; + const char* DATE_IN_FORMAT = "%Y-%m-%d %H:%M %Z"; } #endif