Skip to content

Commit d63f3ca

Browse files
committed
fix: incorrect timezone for eu genshin wishes
1 parent 378d480 commit d63f3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/api/gi/wishes_import

src/api/gi/wishes_import/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ async fn import_wishes(
308308

309309
let region_time_zone = match gacha_log.data.region.as_str() {
310310
"os_usa" => -5,
311-
"os_eu" => 1,
311+
"os_euro" => 1,
312312
_ => 8,
313313
};
314314

0 commit comments

Comments
 (0)