From 8483129b6a4746247fd7fb3b5554e10181ad937a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 10 Jun 2020 13:26:27 +0300 Subject: Add workaround for MinGW GCC bug so to_stream(timestamp) properly handles %e specifier --- libbutl/timestamp.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/timestamp.mxx') 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 should be called prior to using the // corresponding operator or the to_stream() function (normally from main() // or equivalent). -- cgit v1.1