diff options
-rw-r--r-- | butl/timestamp | 2 |
1 files changed, 1 insertions, 1 deletions
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. // |