Skip to content

Commit dabd5e2

Browse files
add comment back
1 parent a351442 commit dabd5e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mne_bids/read.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def _handle_scans_reading(scans_fname, raw, bids_path):
405405
# Enforce setting timezone to UTC without additonal conversion
406406
acq_time = acq_time.replace(tzinfo=timezone.utc)
407407
else:
408+
# Convert time offset to UTC
408409
acq_time = acq_time.astimezone(timezone.utc)
409410

410411
logger.debug(f"Loaded {scans_fname} scans file to set acq_time as {acq_time}.")

0 commit comments

Comments
 (0)