<div dir="ltr"><div><div><div>Hi,<br><br></div>I'm testing date functions and noted that the usage of different units qualifiers: "since", "after", "from" and "ref" has no impact on results from cd_inv_calendar_function(). See my example below:<br><br><i>dataTeste = cd_inv_calendar( 2018, 08, 21, 09, 30, 0, "days since 0001-01-01 00:00:00", 0 )<br>print( dataTeste+"  <=== since" )<br>dataTeste = cd_inv_calendar( 2018, 08, 21, 09, 30, 0, "days after 0001-01-01 00:00:00", 0 )<br>print( dataTeste+"  <=== after" )<br>dataTeste = cd_inv_calendar( 2018, 08, 21, 09, 30, 0, "days from 0001-01-01 00:00:00", 0 )<br>print( dataTeste+"  <=== from" )<br>dataTeste = cd_inv_calendar( 2018, 08, 21, 09, 30, 0, "days ref 0001-01-01 00:00:00", 0 )<br>print( dataTeste+"  <=== ref" )</i><br><br></div>and the output:<br><br>(0)    736928.3958333334  <=== since<br>(0)    736928.3958333334  <=== after<br>(0)    736928.3958333334  <=== from<br>(0)    736928.3958333334  <=== ref<br><br></div><div>Is it correct?<br><br></div><div>If yes, what the purpose of these units qualifiers?<br><br></div><div>Thank you!<br><br></div><div>Mateus<br><br></div><br><div><div><br></div></div></div>