Skip to content

Support for Timestamp and Duration values #14

Closed
@smackem

Description

@smackem

timestamp("2022-04-01 23:59:59.123Z", "yyyy-MM-dd HH:mm:ss.fff") parses a timestamp
deconstruct(ts) returns a record with the fields year, month, day, hour, minute, second, millisecond
duration("1.23:59:59.123") parses a duration
deconstruct(duration_value) returns a record with the fields days, hours, minutes, seconds, milliseconds
real(duration_value) returns the total seconds of the passed duration_value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions