> Subtracting a date from another date produces another date, not an interval. > > In any case, the code isn't used AFAIK.
Does this mean it won't be in the future? Is this legacy code or is it just meant to provide the full functionality in the library? I've got also an additional question. In some cases DateTime and Time are treated like they should have the microseconds component (DateTime::to_string, and formats for both of them in temporal_format.h) and in others like they shouldn't (DateTime::is_valid, Time::to_string). So, what is the right way? With exception of the above and some more advanced from_string tests (which are ready, but the parameterized tests feature from google tests isn't compiling for some reason) temporal.h is fully tested _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

