Opened 11 years ago
Closed 11 years ago
#6340 closed Feature Requests (fixed)
Doc should mention that the "absolute time" used by timed_lock is UTC
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.48.0 | Severity: | Cosmetic |
Keywords: | timed_lock "absolute time" | Cc: |
Description
In interprocess scoped_lock allows an "absolute time" to be specified. The doc should mention that this "absolute time" is UTC and not local time, since it is much more natural to assume a local time value.
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Added a note when explaning several mutex and lock types saying UTC time is expected by functions taking absolute time points. Fixed at revision 76987.