We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0ab03 commit 1b03c19Copy full SHA for 1b03c19
app/code/Magento/Newsletter/Model/Queue.php
@@ -196,8 +196,7 @@ public function setQueueStartAtByString($startAt)
196
if ($startAt === null || $startAt == '') {
197
$this->setQueueStartAt(null);
198
} else {
199
- $startAt = $this->timezone->convertConfigTimeToUtcWithPattern($startAt, 'Y-m-d H:i:s', null);
200
- $this->setQueueStartAt($startAt);
+ $this->setQueueStartAt($this->timezone->convertConfigTimeToUtc($startAt));
201
}
202
return $this;
203
0 commit comments