diff --git a/src/columns/ColScheduled.cpp b/src/columns/ColScheduled.cpp index 4234eeb15..dfd16a30c 100644 --- a/src/columns/ColScheduled.cpp +++ b/src/columns/ColScheduled.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include @@ -44,7 +44,7 @@ ColumnScheduled::ColumnScheduled () Date now; now += 125; - _examples = {Duration (now - Date ()).formatCompact ()}; + _examples = {ISO8601p (now - Date ()).format ()}; } ////////////////////////////////////////////////////////////////////////////////