mirror of
https://github.com/boostorg/asio.git
synced 2026-02-25 14:32:08 +00:00
Clarify that deadline_timer uses a UTC-based clock by default.
[SVN r55670]
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
namespace boost {
|
||||
namespace asio {
|
||||
|
||||
/// Typedef for the typical usage of timer.
|
||||
/// Typedef for the typical usage of timer. Uses a UTC clock.
|
||||
typedef basic_deadline_timer<boost::posix_time::ptime> deadline_timer;
|
||||
|
||||
} // namespace asio
|
||||
|
||||
Reference in New Issue
Block a user