Added timezones

This commit is contained in:
2026-04-05 12:38:59 +10:00
parent 509efbe821
commit bf34c20d85
3 changed files with 77 additions and 11 deletions
@@ -46,7 +46,7 @@ class PopulateAirportTimezones extends Command
$airport->update(['timezone' => $zoneName]);
$this->info("{$airport->name}{$zoneName}");
} else {
$this->warn("{$airport->name} — giving up after {$attempts} attempts");
$this->warn("{$airport->name} — giving up after {$attempts} attempts".$response->body());
}
}
});