fifth-postulate / julian

Date and time library for Prolog
The Unlicense
27 stars 3 forks source link

Teach parse_time/3 to support fractional seconds #7

Open mndrix opened 10 years ago

mndrix commented 10 years ago

ISO 8601 supports fractional seconds but parse_time/3 does not. Teach it to understand.

Until this is done, we can't round trip times with sub-second precision.