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
No known key found for this signature in database
GPG Key ID: 6AE0B5764F0126D1
1 changed files with 1 additions and 1 deletions

View File

@ -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