Skip to content

Commit

Permalink
FIX: typo in chl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Aug 20, 2024
1 parent 480e2ac commit 08b1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/io/chl.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def read_chl(filename, field_names=None, additional_metadata=None,
min_time = np.floor(tdata.min())
time['data'] = (tdata - min_time).astype('float64')
time['units'] = make_time_unit_str(datetime.fromtimestamp(min_time,
timezone.tc))
timezone.utc))

# range
_range = filemetadata('range')
Expand Down

0 comments on commit 08b1f64

Please sign in to comment.