aboutsummaryrefslogtreecommitdiffstats
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.go b/common.go
index dc35931..560c2c0 100644
--- a/common.go
+++ b/common.go
@@ -51,3 +51,5 @@ func checkClose(c io.Closer, err *error) {
*err = cerr
}
}
+
+const DateFormat = "Mon Jan 02 15:04:05 2006 -0700"