From 3e932ae8e79d627b940613e9902b1f60c6c0a8d7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 21 Apr 2016 19:01:25 +0300 Subject: Fix bug in timestamp_nonexistent initialization --- butl/timestamp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butl/timestamp b/butl/timestamp index 90bca08..02f8a92 100644 --- a/butl/timestamp +++ b/butl/timestamp @@ -39,7 +39,7 @@ namespace butl // Generally-useful special values. // const timestamp timestamp_unknown = timestamp (duration (-1)); - const timestamp timestamp_nonexistent = timestamp (duration (10)); + const timestamp timestamp_nonexistent = timestamp (duration (0)); // Print human-readable representation of the timestamp. // -- cgit v1.1