17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
#include "drizzled/function/time/to_days.h"
23
23
#include "drizzled/error.h"
24
24
#include "drizzled/temporal.h"
30
27
* We intepret the first argument as a DateTime and then convert
31
28
* it to a Julian Day Number and return it.