fixed checkpoint timestamp format

This commit is contained in:
voidlizard 2025-02-13 13:11:35 +03:00
parent f4abd662f8
commit 69a827e266
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import System.Console.ANSI
formatTs :: Int -> String
formatTs ts =
formatTime defaultTimeLocale "%Y-%m-%d %H:%M:%S" (posixSecondsToUTCTime (fromIntegral ts))
formatTime defaultTimeLocale "%Y-%m-%d %H:%M" (posixSecondsToUTCTime (fromIntegral ts))
{- HLINT ignore "Use isEOF" -}
{- HLINT ignore "Use putStrLn" -}