aboutsummaryrefslogtreecommitdiff
path: root/libbutl/timestamp.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/timestamp.mxx')
-rw-r--r--libbutl/timestamp.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/timestamp.mxx b/libbutl/timestamp.mxx
index 9525ec0..141e13d 100644
--- a/libbutl/timestamp.mxx
+++ b/libbutl/timestamp.mxx
@@ -79,7 +79,7 @@ LIBBUTL_MODEXPORT namespace butl
// Print human-readable representation of the timestamp.
//
- // By default the timestamp is printed by localtime_r() in the local
+ // By default the timestamp is converted by localtime_r() to the local
// timezone, so tzset() from <time.h> should be called prior to using the
// corresponding operator or the to_stream() function (normally from main()
// or equivalent).