aboutsummaryrefslogtreecommitdiff
path: root/libbutl/timestamp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/timestamp.cxx')
-rw-r--r--libbutl/timestamp.cxx3
1 files changed, 3 insertions, 0 deletions
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 << "<nonexistent>";
+
+ if (ts == timestamp_unreal)
+ return os << "<unreal>";
}
time_t t (system_clock::to_time_t (ts));