From 7b1848838a222755d0d6e85fa8224185f71403df Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 11 Dec 2024 14:22:46 -0600
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 89edc546..ae5b57c4 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -329,6 +329,7 @@ def run(pirep_dct, platform, outfile=None, outfile_l1b=None, dt_str_start=None,
                 last_h5f.close()
             last_h5f = h5f
             last_clvr_file = clvr_file
+            print(datetime.datetime.fromtimestamp(time))
         else:
             h5f = last_h5f
 
-- 
GitLab