aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-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 {