Skip to content

Handling of timestamps without time zones #178

@hannes

Description

@hannes

The roundtrip_timestamp test explicitly allows the roundtrip timestamps to carry a different time zone when returned, which makes a lot of sense. For example, in DuckDB, timestamps are always stored as UTC and are returned accordingly. However, the local column does not have a time zone (NULL is set). The transform function does convert the returned columns except the local column, and because DuckDB returns this as UTC as well, the test fails.

I think the result transformer should also convert the local column, or am I missing something?

See

roundtrip_timestamp = function(ctx) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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