fix(main): update createdAtFormat to fit DO createdAt
This commit is contained in:
parent
68feb46307
commit
fa1971fbd0
@ -14,7 +14,7 @@ import (
|
|||||||
"github.com/slack-go/slack"
|
"github.com/slack-go/slack"
|
||||||
)
|
)
|
||||||
|
|
||||||
const createdAtFormat = "2006-01-02T15:04:05Z0700"
|
const createdAtFormat = "2006-01-02T15:04:05Z"
|
||||||
|
|
||||||
type snapshotterContext struct {
|
type snapshotterContext struct {
|
||||||
DoContext *DigitalOceanContext
|
DoContext *DigitalOceanContext
|
||||||
|
Loading…
Reference in New Issue
Block a user