21
21
/* Functions to handle date and time */
24
24
#include "drizzled/error.h"
25
25
#include "drizzled/util/test.h"
26
26
#include "drizzled/tztime.h"
27
27
#include "drizzled/session.h"
28
28
#include "drizzled/time_functions.h"
33
30
/* Some functions to calculate dates */
36
34
int calc_weekday(long daynr,bool sunday_first_day_of_week)