first version of datetime lib

This commit is contained in:
2026-03-20 06:28:55 +11:00
parent e73fdddb4c
commit ccc8a61f66
5 changed files with 475 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
#include <groundext.h>
#include <time.h>
GroundValue datetime_NowEpoch(GroundScope* scope, List args);