mne-python
mne-python copied to clipboard
Allows Setting non-UTC Timezones
Reference Issue:
#9953
This allows the user to set the timezone when calling the SetChannelsMixin.set_meas_date() function. While setting the region name is not yet supported, the user can enter the timezone information as sHH:MM. Offers to set utc_offset as a datetime object, but doesn't actually implement that anywhere.
@TzionaN I had a brief look and this seems like it's in good shape -- good to go from your end?