- First commit to issue fork.
- π§πͺBelgium joevagyok
+++ b/datetime_range_timezone.views.inc @@ -0,0 +1,24 @@ + $data = datetime_type_field_views_data_helper($field_storage, $data, 'end_value');
This variable assignation is not necessary.
- @joevagyok opened merge request.
- Status changed to Needs work
over 1 year ago 9:35am 12 April 2023 - π§π·Brazil henrique-liduario
August 14th at 1:00 PM in Los Angeles corresponds to August 14th at 9:00 PM in Lisbon. I created an event with the Los Angeles timezone (August 14th at 1:00 PM). When rendering this node on the website, a user in Lisbon needs to see the event datetime as August 14th at 9:00 PM, not August 14th at 1:00 PM. Does this Drupal module automatically handle this? Does it render the information already converted in the node?