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