This commit is contained in:
parent
4302814e17
commit
3fe21ccfc7
|
@ -144,13 +144,17 @@ namespace Easy
|
|||
|
||||
operator const system_clock::time_point() const;
|
||||
|
||||
/*
|
||||
/*!
|
||||
* @brief Returns local time as string in ISO 8601 format (%FT%T%z).
|
||||
*
|
||||
* @since 0.100.0
|
||||
*/
|
||||
operator const string() const;
|
||||
|
||||
/*
|
||||
/*!
|
||||
* @brief Returns local time as string in ISO 8601 format (%FT%T%z).
|
||||
*
|
||||
* @since 0.100.0
|
||||
*/
|
||||
friend std::ostream &operator <<(std::ostream &out,
|
||||
const Easy::time &t);
|
||||
|
|
Reference in New Issue
Block a user