/timestamp: Remove timezone by default for now

This commit is contained in:
Andrey Petrov 2019-03-17 16:05:38 -04:00
parent a90574126e
commit 5ff61f0a0f

View File

@ -5,7 +5,7 @@ import (
"time" "time"
) )
const timestampLayout = "2006-01-02 15:04:05 MST" const timestampLayout = "2006-01-02 15:04:05"
const ( const (
// Reset resets the color // Reset resets the color