comments update

This commit is contained in:
2021-07-23 00:02:03 +02:00
parent 5005644d98
commit 513c8da358
3 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "ml.h"
#include "clib/date.h"
#include <string>
@@ -10,7 +9,6 @@
long now();
// TODO temporary solution before format will be implemented
std::string date_to_string(const long datetime, const std::string format);
long string_to_date(const std::string &datestr, const std::string &format);