fix wrong git ignore
This commit is contained in:
11
internal/pdf/common/time.go
Normal file
11
internal/pdf/common/time.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const timeFormat = "2 January 2006 at 15:04"
|
||||
|
||||
func UtcTimeFormat(t time.Time) string {
|
||||
return t.Format(timeFormat) + " UTC"
|
||||
}
|
||||
Reference in New Issue
Block a user