From 25ceacbe4f548588f13e9420c0b7165da40282c6 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 7 Jul 2020 19:18:02 +0100 Subject: Revert commit 3e843ab3358. Closes #14930. --- lib/pure/times.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/pure/times.nim b/lib/pure/times.nim index fb2f5e430..16d7ff31d 100644 --- a/lib/pure/times.nim +++ b/lib/pure/times.nim @@ -1408,7 +1408,7 @@ proc getDateStr*(dt = now()): string {.rtl, extern: "nt$1", tags: [TimeEffect].} '-' & intToStr(dt.monthday, 2) proc getClockStr*(dt = now()): string {.rtl, extern: "nt$1", tags: [TimeEffect].} = - ## Gets the current local clock time as a string of the format ``HH:mm:ss``. + ## Gets the current local clock time as a string of the format ``HH:MM:SS``. runnableExamples: echo getClockStr(now() - 1.hours) assertDateTimeInitialized dt -- cgit 1.4.1-2-gfad0