From c92f9f14cee4fe8eafa6acd62b4b5c6f74c56925 Mon Sep 17 00:00:00 2001 From: tomsail Date: Mon, 6 Nov 2023 18:12:44 +0100 Subject: [PATCH] changed tz to utc --- pyposeidon/schism.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyposeidon/schism.py b/pyposeidon/schism.py index e8d54535..9569fc13 100644 --- a/pyposeidon/schism.py +++ b/pyposeidon/schism.py @@ -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")