This commit is contained in:
2025-12-19 21:22:54 +01:00
parent a4be59324c
commit 61215725e5
+1 -1
View File
@@ -503,7 +503,7 @@ static void get_rds_group(RDSEncoder* enc, RDSGroup *group, uint8_t stream) {
struct tm *utc;
time_t now;
localtime(&now);
time(&now);
utc = gmtime(&now);
if (utc->tm_min != enc->state[enc->program].last_minute) {