Closed
Description
Currently, there are two possible behaviours for mixed timezone offsetes:
utc=True
: converts to DatetimeIndex, everything is converted to UTCutc=False
: becomes Index of object dtype
What's the use-case for the latter? If it's just Index
, then you can't use the .dt
accessor or anything that you'd normally do with dates.
Should it be deprecated?