3 This file is part of libmspcore
4 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #ifndef MSP_TIME_TIMEZONE_H_
9 #define MSP_TIME_TIMEZONE_H_
11 #include "timedelta.h"
26 const std::string &get_name() const { return name; }
27 const TimeDelta &get_offset() const { return offset; }
29 static const TimeZone &utc();
30 static const TimeZone &local();