Page MenuHomePhabricator

D12772.id30700.diff
No OneTemporary

D12772.id30700.diff

diff --git a/src/applications/calendar/storage/PhabricatorCalendarEvent.php b/src/applications/calendar/storage/PhabricatorCalendarEvent.php
--- a/src/applications/calendar/storage/PhabricatorCalendarEvent.php
+++ b/src/applications/calendar/storage/PhabricatorCalendarEvent.php
@@ -62,7 +62,7 @@
$this->setDateFrom(
$this->getDateEpochForTimeZone(
$this->getDateFrom(),
- new DateTimeZone('GMT+12'),
+ new DateTimeZone('Pacific/Kiritimati'),
'Y-m-d',
null,
$zone));
@@ -70,7 +70,7 @@
$this->setDateTo(
$this->getDateEpochForTimeZone(
$this->getDateTo(),
- new DateTimeZone('GMT-12'),
+ new DateTimeZone('Pacific/Midway'),
'Y-m-d 23:59:59',
'-1 day',
$zone));
@@ -102,7 +102,7 @@
$zone,
'Y-m-d',
null,
- new DateTimeZone('GMT+12')));
+ new DateTimeZone('Pacific/Kiritimati')));
$this->setDateTo(
$this->getDateEpochForTimeZone(
@@ -110,7 +110,7 @@
$zone,
'Y-m-d',
'+1 day',
- new DateTimeZone('GMT-12')));
+ new DateTimeZone('Pacific/Midway')));
return $this;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 9, 8:48 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7387753
Default Alt Text
D12772.id30700.diff (1 KB)

Event Timeline