pharmaverse / sdtm.oak

An EDC and Data Standard agnostic SDTM data transformation engine that automates the transformation of raw clinical data in ODM format to SDTM based on standard mapping algorithms
https://pharmaverse.github.io/sdtm.oak/
Apache License 2.0
22 stars 6 forks source link

FR: Support mili or microseconds as an independent time component in `create_iso8601()` #28

Open ramiromagno opened 7 months ago

ramiromagno commented 7 months ago

Feature Idea

The idea is support times or date-times that include the mili- or microsecond components "rr", as in the format: "dd MMM yyyy hh:nn:ss:rr".

create_iso8601() already supports fractional seconds as part of the second component but not as a separate component.