Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15446053
D16874.id40627.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
685 B
Referenced Files
None
Subscribers
None
D16874.id40627.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
@@ -584,10 +584,12 @@
$min_date = $start->newPHPDateTime();
$max_date = $end->newPHPDateTime();
- if ($show_end) {
+ if ($this->getIsAllDay()) {
// Subtract one second since the stored date is exclusive.
$max_date = $max_date->modify('-1 second');
+ }
+ if ($show_end) {
$min_day = $min_date->format('Y m d');
$max_day = $max_date->format('Y m d');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 28, 4:55 PM (5 d, 18 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7385822
Default Alt Text
D16874.id40627.diff (685 B)
Attached To
Mode
D16874: Clean up a little more Calendar display logic
Attached
Detach File
Event Timeline
Log In to Comment