diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 13:26:19 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 13:26:19 -0300 |
commit | a497499817cbf72b295253e1a2bb1011d121ba28 (patch) | |
tree | d66b015274b962fedb28c52c0efaaa068368f2b1 | |
parent | 149b885f10011c0cb9fd49bc162165d4ecff4331 (diff) |
retard can't into time.Format
-rw-r--r-- | client.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |