From eaf13f53eeaba8f6ffe5f2e38ff51eefd273046d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Sep 2018 16:15:39 +0200 Subject: Add timestamp_unreal special value --- libbutl/timestamp.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbutl/timestamp.cxx') diff --git a/libbutl/timestamp.cxx b/libbutl/timestamp.cxx index b0bb9ad..bba0865 100644 --- a/libbutl/timestamp.cxx +++ b/libbutl/timestamp.cxx @@ -273,6 +273,9 @@ namespace butl if (ts == timestamp_nonexistent) return os << ""; + + if (ts == timestamp_unreal) + return os << ""; } time_t t (system_clock::to_time_t (ts)); -- cgit v1.1