Skip to content

Timestamps without a timezone should be able to coerce to Timestamp types with a timezone #7849

@mhilton

Description

@mhilton

Is your feature request related to a problem or challenge?

Function calls that require a parameter that is a timestamp type that includes a timezone cannot currently accept a timestamp without a timezone unless the latter is explicitely cast to the correct type.

Describe the solution you'd like

The coercioin rules should be updated to automatically coerce from Timestamp(, None) to Timestamp(, Some(_)).

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions