Skip to content

SQL: Move internals away from Joda to java.time #35633

@costin

Description

@costin

Internally SQL relies on a mix of java.time and joda classes which are confusing and sometimes unexpected.
This becomes even more of an issue when dealing with date time math, as the input and output need to confirm to one API.
While the Joda dependency might not be removed all-together until #27330, we can limit its use and make the transition smoother when the time comes.

relates to #27330

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions