Problem/Motivation

Steps to reproduce

Proposed resolution

Entries always rendered with the default timezone, and it will display different date time between users with different timezone. And i wish it can rendered with the field settings.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Libby Wu created an issue. See original summary.

jasminewu’s picture

Assigned: jasminewu » Unassigned
StatusFileSize
new1.89 KB
mingsong’s picture

Thanks Libby for the patch.

I am aware that this patch can not be applied to the latest develop branch.

Could you update the patch for 5.x or 6.x branch?

So that others can test it with the develop branch.

brandonratz’s picture

Patch applied to 5.0.8 clean.

In my case, the time was -4 UTC when site timezone was set to UTC.

jshimota01’s picture

@libby wu Hi Libby! I used your patch to fix a problem - but when I moved forward to 5.1.1 the problem came back. I am now using 5.xdev - I will send you Coffee Money if you take a look and patch this:

https://www.drupal.org/project/fullcalendar_view/issues/3220649

fabiansierra5191’s picture

Patched re-rolled for 5.1.5 version

  • Mingsong committed 4614fed9 on 5.x
    Issue #3215767 by JasmineWu, fabiansierra5191: Entries always rendered...
mingsong’s picture

Status: Active » Fixed

Thanks.

Patched in the develop branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

luenemann’s picture

This change removes support for datetime and daterange formatters / field types.

  • timezone is a setting of TimestampFormatter
  • timezone_override is a setting of DateTimeFormatterBase

Fullcalendar View should support both settings. #2976922-28: Add functionality for all-day events even reverts these changes.