From 3c3543ebeddcfc76d2830585027aebe8ae322715 Mon Sep 17 00:00:00 2001 From: Gary Pavlis Date: Thu, 18 Jan 2024 15:47:22 -0500 Subject: [PATCH] fix time_standard bug in index_mseed_file Should resolve an issue I just posted --- python/mspasspy/db/database.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/mspasspy/db/database.py b/python/mspasspy/db/database.py index 92d2bae8c..b90b72455 100755 --- a/python/mspasspy/db/database.py +++ b/python/mspasspy/db/database.py @@ -5709,6 +5709,8 @@ def index_mseed_file( doc["format"] = "mseed" doc["dir"] = odir doc["dfile"] = dfile + # mseed is dogmatically UTC so we always set it this way + doc["time_standard"] = "UTC" thisid = dbh.insert_one(doc).inserted_id ids_affected.append(thisid) if normalize_channel: