Problem/Motivation
The event date timezone is missing from the API. As a result, it's not possible to use the event dates. Timezon is captured when the event is added.
Steps to reproduce
Goto https://www.drupal.org/api-d7/node.json?type=event, the event date, field_date_of_event, is provided, but not the timezone.
| Comment | File | Size | Author |
|---|---|---|---|
| timezone.png | 22.84 KB | stephencross |
Comments
Comment #2
drummWe may want to wait for #998076: Problem with timezone handling (caused by date_get_timezone_db returning only UTC) to be resolved before thinking of adding this to the API.
The API is made by restws module, which mostly directly shows the field values from the entity API. So this may be a feature request for the date module.