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