Skip to content

Conflict with Dates.jl #284

@sirion34

Description

@sirion34

This code crashes

using Dates
using LibPQ

DateTime("2023-10-25T00:00:00.000Z", "yyyy-mm-ddTHH:MM:SS.sssZ")

with error:

ERROR: ArgumentError: Unable to parse date time. Expected directive DatePart(Z) at char 24
Stacktrace:

But without including LibPQ it works fine

using Dates

DateTime("2023-10-25T00:00:00.000Z", "yyyy-mm-ddTHH:MM:SS.sssZ")

MacOS Ventura 13.3.1
LibPQ v1.17.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions