aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/report_ops/custodians.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py
index f89ce31a..babbf85d 100644
--- a/python/report_ops/custodians.py
+++ b/python/report_ops/custodians.py
@@ -142,7 +142,7 @@ class UMB(Custodian, account="UMB"):
):
for attach in msg.attachments:
ts = attach.last_modified_time.replace(
- tzinfo=cls._account.default_timezone
+ tzinfo=cls.em._account.default_timezone
)
dest = get_dir(date, archived=False)
dest.mkdir(exist_ok=True, parents=True)