Skip to content

fread could parse timestamps requested as nanotime with dec=',' if they can first parse as POSIXct #6500

@MichaelChirico

Description

@MichaelChirico
fread(text="t\n2023-10-12T06:53:53.123Z", colClasses="nanotime") # works
fread(text="t\n2023-10-12T06:53:53,123Z", colClasses="nanotime", sep=";") # does not

Originally posted by @ben-schwen in #6445 (comment)

#6445 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions