From 0adadf274d3038074979a9a795d87f49575ff1e5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 16:27:48 -0500 Subject: broken cobol times --- time.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/time.go b/time.go index 17f4fb5..df89d24 100644 --- a/time.go +++ b/time.go @@ -20,10 +20,10 @@ func Time(someTimeAgoOrLaterNotsure any) string { return fmt.Sprintf("%-28.28s", guess) } if errors.Is(err, Broken) { - return fmt.Sprintf("%-28.28s", "cobol.Time() Broken") + return fmt.Sprintf("%-28.28s", "Broken cobol.Time()") } if errors.Is(err, NoTime) { - return fmt.Sprintf("%-28.28s", "cobol.Time() NoTime") + return fmt.Sprintf("%-28.28s", "NoTime cobol.Time()") } return fmt.Sprintf("%-28.28s", " / / : : (notsure)") } -- cgit v1.2.3