aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-08-19 13:26:19 -0300
committerKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-08-19 13:26:19 -0300
commita497499817cbf72b295253e1a2bb1011d121ba28 (patch)
treed66b015274b962fedb28c52c0efaaa068368f2b1
parent149b885f10011c0cb9fd49bc162165d4ecff4331 (diff)
retard can't into time.Format
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index 3cdf21b..09db0bf 100644
--- a/client.go
+++ b/client.go
@@ -109,7 +109,7 @@ func unixToReadable(u int) string {
}
func timeToReadableLong(t time.Time) string {
- return t.Format("01/02/06(Mon)03:04:05")
+ return t.Format("01/02/06(Mon)15:04:05")
}
func timeToUnix(t time.Time) string {