Skip to content

Commit

Permalink
Update mne_bids/read.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Mar 25, 2024
1 parent 164dd4f commit 8566784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8566784

Please sign in to comment.