aboutsummaryrefslogtreecommitdiff
path: root/src/extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract.c')
-rw-r--r--src/extract.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extract.c b/src/extract.c
index bb40056..ebd9a29 100644
--- a/src/extract.c
+++ b/src/extract.c
@@ -55,6 +55,7 @@ void set_datetime() {
d = dpeek(alf_hdr_date0);
+ tm.tm_isdst = 0;
tm.tm_sec = (t & 0x1f) << 1;
tm.tm_hour = t >> 11;
if(tm.tm_hour == 24) tm.tm_hour = 0;