1 #ifndef MSP_TIME_TIMEZONE_H_
2 #define MSP_TIME_TIMEZONE_H_
18 TimeZone(int, const std::string &);
20 const std::string &get_name() const { return name; }
21 const TimeDelta &get_offset() const { return offset; }
23 static const TimeZone &utc();
24 static const TimeZone &local();
26 static TimeZone platform_get_local_timezone();