Save airport timezone (#1112)

* Fix airport timezone lookup

* Save timezone to the airport when importing
This commit is contained in:
Nabeel S
2021-03-29 15:49:34 -04:00
committed by GitHub
parent 9c4aced837
commit 96fff0248d
4 changed files with 43 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ class Airport extends Model
'lon',
'hub',
'timezone',
'tz',
'ground_handling_cost',
'fuel_100ll_cost',
'fuel_jeta_cost',