21 #ifndef GV_TIMEZONE__H
22 #define GV_TIMEZONE__H
41 explicit Timezone(
const std::string & hours ) ;
48 std::string
str()
const ;
Timezone(int hours=0)
Constructor.
std::time_t seconds() const
Returns the offset as a signed number of seconds.
A representation of a timezone.
std::string str() const
Returns a five-character "+/-hhmm" representation.
bool zero() const
Returns true for utc.