Go to the documentation of this file.
65 explicit Date(
const std::string & seconds_r );
73 Date(
const std::string & date_str,
const std::string & format );
75 Date(
const std::string & date_str,
const std::string & format,
TimeBase base_r );
79 { return ::time( 0 ); }
112 std::string
form(
const std::string & format_r )
const
115 std::string
form(
const std::string & format_r,
TimeBase base_r )
const;
121 {
return form(
"%c" ); }
127 {
return form(
"%s" ); }
169 {
return print( DateFormat::calendar, timeFormat_r, timeZoneFormat_r, base_r ); }
172 {
return print( dateFormat_r, TimeFormat::seconds, timeZoneFormat_r, base_r ); }
175 {
return print( dateFormat_r, timeFormat_r, TimeZoneFormat::name, base_r ); }
178 {
return print( DateFormat::calendar, TimeFormat::seconds, timeZoneFormat_r, base_r ); }
181 {
return print( DateFormat::calendar, timeFormat_r, TimeZoneFormat::name, base_r ); }
184 {
return print( dateFormat_r, TimeFormat::seconds, TimeZoneFormat::name, base_r ); }
187 {
return print( DateFormat::calendar, TimeFormat::seconds, TimeZoneFormat::name, base_r ); }
193 {
return print( dateFormat_r, TimeFormat::none, TimeZoneFormat::none, base_r ); }
196 {
return printDate( DateFormat::calendar, base_r ); }
202 {
return print( DateFormat::none, timeFormat_r, timeZoneFormat_r, base_r ); }
205 {
return printTime( TimeFormat::seconds, timeZoneFormat_r, base_r ); }
208 {
return printTime( timeFormat_r, TimeZoneFormat::name, base_r ); }
211 {
return printTime( TimeFormat::seconds, TimeZoneFormat::name, base_r ); }
221 {
return printISO( DateFormat::calendar, timeFormat_r, timeZoneFormat_r, base_r ); }
224 {
return printISO( dateFormat_r, TimeFormat::seconds, timeZoneFormat_r, base_r ); }
227 {
return printISO( dateFormat_r, timeFormat_r, TimeZoneFormat::name, base_r ); }
230 {
return printISO( DateFormat::calendar, TimeFormat::seconds, timeZoneFormat_r, base_r ); }
233 {
return printISO( DateFormat::calendar, timeFormat_r, TimeZoneFormat::name, base_r ); }
236 {
return printISO( dateFormat_r, TimeFormat::seconds, TimeZoneFormat::name, base_r ); }
239 {
return printISO( DateFormat::calendar, TimeFormat::seconds, TimeZoneFormat::name, base_r ); }
258 std::ostream &
dumpAsXmlOn( std::ostream &
str,
const Date & obj,
const std::string & name_r =
"date" );
271 #endif // ZYPP_DATE_H
std::string print(DateFormat dateFormat_r, TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
std::string print(DateFormat dateFormat_r, TimeZoneFormat timeZoneFormat_r, TimeBase base_r=TB_LOCALTIME) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
Date & operator*=(const time_t rhs)
Base class for Exception.
std::string print(TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
static const ValueType day
static const ValueType year
base::EnumClass< ETimeFormatDef > TimeFormat
'enum class TimeFormat'
std::ostream & dumpAsXmlOn(std::ostream &str, const Tp &obj, const std::string &name_r)
static const ValueType minute
Date & operator-=(const time_t rhs)
Date(ValueType date_r)
Ctor taking time_t value.
static const ValueType month28
std::string printDate(DateFormat dateFormat_r=DateFormat::calendar, TimeBase base_r=TB_LOCALTIME) const
Convenience for printing the date only ['2014-02-07'] The default is DateFormat::calendar and TB_LOCA...
std::string print(TimeFormat timeFormat_r, TimeZoneFormat timeZoneFormat_r=TimeZoneFormat::name, TimeBase base_r=TB_LOCALTIME) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
ValueType _date
Calendar time.
std::string printISO(DateFormat dateFormat_r, TimeFormat timeFormat_r, TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
std::string printISO(TimeZoneFormat timeZoneFormat_r, TimeBase base_r=TB_LOCALTIME) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
std::string printISO(DateFormat dateFormat_r, TimeZoneFormat timeZoneFormat_r, TimeBase base_r=TB_LOCALTIME) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
std::string printTime(TimeFormat timeFormat_r=TimeFormat::seconds, TimeZoneFormat timeZoneFormat_r=TimeZoneFormat::name, TimeBase base_r=TB_LOCALTIME) const
Convenience for printing the time only ['07:06:41 CET'] The default is DateFormat::calendar and TB_LO...
std::string printISO(DateFormat dateFormat_r, TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
std::string printTime(TimeFormat timeFormat_r, TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
std::string printISO(DateFormat dateFormat_r=DateFormat::calendar, TimeFormat timeFormat_r=TimeFormat::seconds, TimeZoneFormat timeZoneFormat_r=TimeZoneFormat::name, TimeBase base_r=TB_LOCALTIME) const
Default ISO 8601 format is '2014-02-07T07:06:41+01'
std::string printISO(TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
base::EnumClass< EDateFormatDef > DateFormat
'enum class DateFormat'
Date operator*(const time_t rhs) const
std::string printISO(TimeFormat timeFormat_r, TimeZoneFormat timeZoneFormat_r=TimeZoneFormat::name, TimeBase base_r=TB_LOCALTIME) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
std::string printDate(TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
Easy-to use interface to the ZYPP dependency resolver.
std::string form(const std::string &format_r) const
Return string representation according to format as localtime.
std::string printISO(TimeFormat timeFormat_r, TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
Date operator+(const time_t rhs) const
std::string printTime(TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
Date & operator/=(const time_t rhs)
static const ValueType year365
std::string print(DateFormat dateFormat_r, TimeFormat timeFormat_r, TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
std::string asSeconds() const
Convert to string representation of calendar time in numeric form (like "1029255142").
static const ValueType year366
static const ValueType hour
static const ValueType month29
Store and operate on date (time_t).
Date operator-(const time_t rhs) const
static Date now()
Return the current time.
std::string print(TimeFormat timeFormat_r, TimeBase base_r) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
Date operator/(const time_t rhs) const
std::string print(DateFormat dateFormat_r=DateFormat::calendar, TimeFormat timeFormat_r=TimeFormat::seconds, TimeZoneFormat timeZoneFormat_r=TimeZoneFormat::name, TimeBase base_r=TB_LOCALTIME) const
Default format is '2014-02-07 07:06:41 CET' The default is DateFormat::calendar, TimeFormat::seconds,...
static const ValueType month30
std::ostream & operator<<(std::ostream &str, const Date &obj)
Stream output.
friend std::ostream & operator<<(std::ostream &str, const Date &obj)
static const ValueType second
std::string printTime(TimeZoneFormat timeZoneFormat_r, TimeBase base_r=TB_LOCALTIME) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
Date & operator+=(const time_t rhs)
String related utilities and Regular expression matching.
std::string print(TimeZoneFormat timeZoneFormat_r, TimeBase base_r=TB_LOCALTIME) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
base::EnumClass< ETimeZoneFormatDef > TimeZoneFormat
'enum class TimeZoneFormat'
std::string asString() const
Default string representation of Date.
static const ValueType month
const std::string & msg() const
Return the message string provided to the ctor.
static const ValueType month31