Skip to content

Commit 44f1d85

Browse files
committed
tests/periph: use a year != RIOT_EPOCH for the RTC test
1 parent c1e0d65 commit 44f1d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/periph/rtc/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ int main(void)
138138
}
139139

140140
time = (struct tm){
141-
.tm_year = 2020 - 1900, /* years are counted from 1900 */
141+
.tm_year = 2025 - 1900, /* years are counted from 1900 */
142142
.tm_mon = 1, /* 0 = January, 11 = December */
143143
.tm_mday = 28,
144144
.tm_hour = 23,

0 commit comments

Comments
 (0)