Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Trying to force the to timezone in the importer. #272

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ process:
from_format: 'Y-m-d H:i:s'
from_timezone: America/New_York
to_format: 'Y-m-d\TH:i:s'
to_timezone: America/New_York
field_training_date_and_time/end_value:
-
plugin: concat
Expand All @@ -83,6 +84,7 @@ process:
from_format: 'Y-m-d H:i:s'
from_timezone: America/New_York
to_format: 'Y-m-d\TH:i:s'
to_timezone: America/New_York
status:
plugin: default_value
default_value: 1
Expand Down