From a14878b4a453f48f3b200481c343a7fc59181b0f Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Sun, 10 May 2026 18:27:17 +0500 Subject: datetime support --- src/DateUtils.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/DateUtils.hpp (limited to 'src/DateUtils.hpp') diff --git a/src/DateUtils.hpp b/src/DateUtils.hpp new file mode 100644 index 0000000..358b431 --- /dev/null +++ b/src/DateUtils.hpp @@ -0,0 +1,7 @@ +#ifndef DATE_UTILS_H +#define DATE_UTILS_H + +#include +#include + +#endif // DATE_UTILS_H -- cgit v1.3