summaryrefslogtreecommitdiffhomepage
path: root/plugins/weblog/weblog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/weblog/weblog.cpp')
-rw-r--r--plugins/weblog/weblog.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/weblog/weblog.cpp b/plugins/weblog/weblog.cpp
index d0ef811..688f574 100644
--- a/plugins/weblog/weblog.cpp
+++ b/plugins/weblog/weblog.cpp
@@ -124,9 +124,6 @@ namespace {
std::string pathname{path.filename().string()};
// ISO date
std::string date{pathname.substr(0, 4) + "-"s + pathname.substr(4, 2) + "-"s + pathname.substr(6, 2)};
- std::string time{pathname.substr(9, 2) + ":"s + pathname.substr(11, 2)};
- if (time != "00:00")
- date += " " + time;
result["Date"] = date;