fix(main): update createdAtFormat to fit DO createdAt

This commit is contained in:
Yukine
2021-02-04 03:02:50 +01:00
parent 68feb46307
commit fa1971fbd0

View File

@@ -14,7 +14,7 @@ import (
"github.com/slack-go/slack"
)
const createdAtFormat = "2006-01-02T15:04:05Z0700"
const createdAtFormat = "2006-01-02T15:04:05Z"
type snapshotterContext struct {
DoContext *DigitalOceanContext