summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rr/cmd/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/cmd/version.go b/cmd/rr/cmd/version.go
index b134a70b..8cbf7f69 100644
--- a/cmd/rr/cmd/version.go
+++ b/cmd/rr/cmd/version.go
@@ -6,5 +6,5 @@ var (
// Version - defines build version.
Version = "development"
// BuildTime - defined build time.
- BuildTime = time.Now()
+ BuildTime = time.Now().Format(time.RFC1123)
)