diff --git a/event-notifier.go b/event-notifier.go index 861c930bb..9fccc87bb 100644 --- a/event-notifier.go +++ b/event-notifier.go @@ -60,7 +60,7 @@ func newNotificationEvent(event eventData) NotificationEvent { EventVersion: "2.0", EventSource: "aws:s3", AwsRegion: region, - EventTime: tnow.Format(iso8601Format), + EventTime: tnow.Format(timeFormatAMZ), EventName: event.Type.String(), UserIdentity: defaultIdentity(), RequestParameters: event.ReqParams,