change to ria_tzset

This commit is contained in:
rumbledethumps
2025-05-24 21:27:05 -07:00
parent 795cc55e45
commit b6d261ba2b
8 changed files with 21 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
#include <rp6502.h>
#include <time.h>
int clock_gettimezone (time_t time, clockid_t clock_id, struct _timezone* tz);
void ria_tzset (unsigned long time)
{
clock_gettimezone (time, CLOCK_REALTIME, &_tz);
}