Fix timeout calculation applied in inverted way
That fucking variable negates timezone offset for some unknown reason
(probably American programming this time too.)
Changes
1 changed files
(+1/-1)
.list => |opts| opts.days,
else => c.DEFAULT_LIST,
},
-
.utcBiasHours = @as(f64, @floatFromInt(c.timezone)) / 60.0 / 60.0,
+
.utcBiasHours = @as(f64, @floatFromInt(-c.timezone)) / 60.0 / 60.0,
};
}
Authored by
Shota FUJI
Authored at
2025-07-25 19:47:06 +0900
Committed by
Shota FUJI
Committed at
2025-07-25 19:47:20 +0900
Signature
View
Object name
72e50fd3256c039f4584c2b29cf6e4957a5c58bb
Parent
200c24e2
Tab width
1
2
3
4
6
8
12
Changing tab width requires JavaScript enabled.