Skip to content

Commit

Permalink
changed tz to utc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Nov 6, 2023
1 parent 6c93c39 commit c92f9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyposeidon/schism.py
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ def results(self, **kwargs):
month=int(date.month.values[0]),
day=int(date.day.values[0]),
hour=int(date.hour.values[0]),
tz=int(date.tz.values[0]),
tz=int(date.utc.values[0]),
)

logger.info("done with generic variables \n")
Expand Down

0 comments on commit c92f9f1

Please sign in to comment.