From 856678407c68e558980f2f2eab4b63e333c3a6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Mon, 25 Mar 2024 14:12:17 +0100 Subject: [PATCH] Update mne_bids/read.py --- mne_bids/read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne_bids/read.py b/mne_bids/read.py index 2204449b4..375b427ce 100644 --- a/mne_bids/read.py +++ b/mne_bids/read.py @@ -331,7 +331,7 @@ def _handle_scans_reading(scans_fname, raw, bids_path): # indicated by a trailing "Z" in the datetime string. If the "Z" is missing, the # time is represented as "local" time. We have no way to know what the local # time zone is at the *acquisition* site; so we simply assume the same time zone - # as the user's current system (this is what spec demands anyway). + # as the user's current system (this is what the spec demands anyway). acq_time_is_utc = acq_time.endswith("Z") # microseconds part in the acquisition time is optional; add it if missing