Pull merge.
[yaffs-website] / web / core / modules / system / migrations / d6_system_date.yml
1 id: d6_system_date
2 label: System date configuration
3 migration_tags:
4   - Drupal 6
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - configurable_timezones
10     - date_first_day
11     - date_default_timezone
12   source_module: system
13 process:
14   'timezone/user/configurable': configurable_timezones
15   first_day: date_first_day
16   'timezone/default':
17     plugin: timezone
18     source: date_default_timezone
19 destination:
20   plugin: config
21   config_name: system.date