#include "time.h" #include // TODO: this is very basic atm uint32_t time_get_unix_seconds() { return k_uptime_get() / 1000; }