From fa1971fbd086ae668fd21af01c1c7b25036eb41e Mon Sep 17 00:00:00 2001 From: Yukine Date: Thu, 4 Feb 2021 03:02:50 +0100 Subject: [PATCH] fix(main): update createdAtFormat to fit DO createdAt --- cmd/DigitalOceanSnapshotter/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/DigitalOceanSnapshotter/main.go b/cmd/DigitalOceanSnapshotter/main.go index 04d59dd..28fb26f 100644 --- a/cmd/DigitalOceanSnapshotter/main.go +++ b/cmd/DigitalOceanSnapshotter/main.go @@ -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