Das datumsformat für übermorgen hatte ich vergessen zu ändern.

This commit is contained in:
tastytea 2019-04-20 14:47:06 +02:00
parent eed0d2f61f
commit dbd03a066b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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;