Files
ground/libs/datetime/time_functions.h

5 lines
116 B
C

#pragma once
#include <groundext.h>
#include <time.h>
GroundValue datetime_NowEpoch(GroundScope* scope, List args);