diff --git a/feiertagebot.cpp b/feiertagebot.cpp index 57eaf02..18645bd 100644 --- a/feiertagebot.cpp +++ b/feiertagebot.cpp @@ -148,7 +148,7 @@ int main() string year = get_date(system_clock::now(), "%Y"); string tomorrow = get_date(system_clock::now() + hours(24), "%Y-%m-%d"); string overmorrow = get_date(system_clock::now() + hours(48), - "%d.%m.%Y"); + "%Y-%m-%d"); curlpp::Easy request; std::stringstream ss;