]> git.localhorst.tv Git - alttp.git/blobdiff - app/Console/Commands/SyncSpeedGaming.php
manual tz fix override
[alttp.git] / app / Console / Commands / SyncSpeedGaming.php
index ea098391046d898a16099452958c2551414b4d59..95304c318453a81502c1df45705d32736a141079 100644 (file)
@@ -104,7 +104,7 @@ class SyncSpeedGaming extends Command {
                $episode->event()->associate($event);
                $episode->title = $sgEntry['match1']['title'];
                $start = Carbon::createFromFormat('Y-m-d\TH:i:sP', $sgEntry['when']);
-               if ($event->fix_timezone) {
+               if ($event->fix_timezone && !$episode->timezone_fix_override) {
                        $sg_zone = new \DateTimeZone('America/Chicago');
                        $event_zone = new \DateTimeZone($event->fix_timezone);
                        // if speedgaming is in DST, it fucks up the timestamp