Skip to content

DEPR deprecate mixed timezone offsets with utc=False? #50887

Closed
@MarcoGorelli

Description

@MarcoGorelli

Currently, there are two possible behaviours for mixed timezone offsetes:

  • utc=True: converts to DatetimeIndex, everything is converted to UTC
  • utc=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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    DatetimeDatetime data dtypeDeprecateFunctionality to remove in pandas

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions