2
0
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:
Christopher Kohlhoff
2009-08-19 22:44:02 +00:00
parent 0f7114b26c
commit 58ad4eec91
2 changed files with 2 additions and 2 deletions

View File

@@ -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