21
21
#ifndef DRIZZLED_TZTIME_H
22
22
#define DRIZZLED_TZTIME_H
35
24
#include "drizzled/memory/sql_alloc.h"
44
38
This class represents abstract time zone and provides
46
40
Actual time zones which are specified by DB, or via offset
47
41
or use system functions are its descendants.