| 23 | #include "xsHost.h" |
| 24 | |
| 25 | void xs_time_set(xsMachine *the) |
| 26 | { |
| 27 | uint32_t seconds = xsmcToUnsigned(xsArg(0)); |
| 28 | modSetTime(seconds); |
| 29 | } |
| 30 | |
| 31 | void xs_time_timezone_get(xsMachine *the) |
| 32 | { |
nothing calls this directly
no test coverage detected