Skip to content
Snippets Groups Projects
Commit 926e369e authored by tomrink's avatar tomrink
Browse files

boeing icing data in PST

parent 223c7cb5
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ def pirep_icing_from_boeing(dirname='/ships19/cloud/scratch/ICING/BOEING/icing/2
continue
dto = datetime.datetime(year=years[k], month=mons[k], day=days[k], hour=hours[k], minute=mins[k], second=secs[k])
dto = dto.replace(tzinfo=timezone.utc)
dto = dto.replace(tzinfo=pac_tz)
ts = dto.timestamp()
if ice_bool[k] == 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment