time/Convert: mention exceptions
This commit is contained in:
parent
af3ea97a42
commit
f54877d128
@ -39,12 +39,16 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert a UTC-based time point to a UTC-based "struct tm".
|
* Convert a UTC-based time point to a UTC-based "struct tm".
|
||||||
|
*
|
||||||
|
* Throws on error.
|
||||||
*/
|
*/
|
||||||
struct tm
|
struct tm
|
||||||
GmTime(std::chrono::system_clock::time_point tp);
|
GmTime(std::chrono::system_clock::time_point tp);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert a UTC-based time point to a local "struct tm".
|
* Convert a UTC-based time point to a local "struct tm".
|
||||||
|
*
|
||||||
|
* Throws on error.
|
||||||
*/
|
*/
|
||||||
struct tm
|
struct tm
|
||||||
LocalTime(std::chrono::system_clock::time_point tp);
|
LocalTime(std::chrono::system_clock::time_point tp);
|
||||||
|
Loading…
Reference in New Issue
Block a user