Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds basic support of xsd:duration #808

Merged
merged 1 commit into from
May 14, 2018
Merged

Adds basic support of xsd:duration #808

merged 1 commit into from
May 14, 2018

Commits on Feb 11, 2018

  1. Adds basic support of xsd:duration

    Uses isodate.parse_duration that converts a duration ISO string
    to timedelta if possible and if not fallbacks to its Duration type.
    
    Supports also xsd:yearMonthDuration and xsd:dayTimeDuration
    xsd:dayTimeDuration is the exact match of the set of durations
    supported by timedelta
    Tpt committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    1a09dea View commit details
    Browse the repository at this point in the history