With the previous changes introduced in prs #28 and #29 its now trivial to support the time library with custom CellValue implementations behind a feature flag.
this CellValue implementation accepts a format string just like chrono, but this string is the time libraries own format specifier. reference
With the previous changes introduced in prs #28 and #29 its now trivial to support the time library with custom CellValue implementations behind a feature flag.
this
CellValue
implementation accepts a format string just like chrono, but this string is thetime
libraries own format specifier. reference