7da96c34882174ea1c3b9ab0fdc50cd28795b4f3
[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   source_module: system
12 process:
13   'timezone/user/configurable': configurable_timezones
14   first_day: date_first_day
15   'timezone/default':
16     plugin: timezone
17     source: date_default_timezone
18 destination:
19   plugin: config
20   config_name: system.date