Set value to datetime field Datetime fields with Drupal 8 are tricky. Two actions are needed: Format the time into UTC. Format the time into datetime format. Tags Drupal8 API DateTime field
Drupal 8: Get bundles and reference fields referencing a specific bundle Get all field mappings of a taxonomy term. Cycle through the fields, and select only the fields having references to a specific bundle. Tags field reference taxonomy field mapping snippet Drupal8 API