Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15334403
D12772.id30700.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D12772.id30700.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D12772: Change latest and earliest saved timezones on all day events to php official timezones instead of guessing GMT offsets
Attached
Detach File
Event Timeline
Log In to Comment