Alchemy llcharacter and llcommon merge pass.
This commit is contained in:
@@ -86,8 +86,8 @@ public:
|
||||
std::string asRFC1123() const;
|
||||
void toStream(std::ostream&) const;
|
||||
bool split(S32 *year, S32 *month = NULL, S32 *day = NULL, S32 *hour = NULL, S32 *min = NULL, S32 *sec = NULL) const;
|
||||
std::string toHTTPDateString (std::string fmt) const;
|
||||
static std::string toHTTPDateString (tm * gmt, std::string fmt);
|
||||
std::string toHTTPDateString (const std::string& fmt) const;
|
||||
static std::string toHTTPDateString (tm * gmt, const std::string& fmt);
|
||||
/**
|
||||
* @brief Set the date from an ISO-8601 string.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user