Currently there is an issue with the library if I try to use floating point calculations with the DateTime object due to format restructing fraction_second to precision of 2 it cases some errors
Example:
I am thinking since we allow fraction_second in @seconds for the class if use same from arithmetic calculations that will fix the issue with such cases. OR
We can say strictly that in library we only support fraction_second upto 2 digits and then fix seconds to have the same precision.
Currently there is an issue with the library if I try to use floating point calculations with the DateTime object due to format restructing fraction_second to precision of 2 it cases some errors Example:
I am thinking since we allow fraction_second in @seconds for the class if use same from arithmetic calculations that will fix the issue with such cases. OR We can say strictly that in library we only support fraction_second upto 2 digits and then fix seconds to have the same precision.