X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fmigrations%2Fd6_system_date.yml;fp=web%2Fcore%2Fmodules%2Fsystem%2Fmigrations%2Fd6_system_date.yml;h=0fdab8b8609a063fcf5714c793bd5b9b8e22a098;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/system/migrations/d6_system_date.yml b/web/core/modules/system/migrations/d6_system_date.yml new file mode 100644 index 000000000..0fdab8b86 --- /dev/null +++ b/web/core/modules/system/migrations/d6_system_date.yml @@ -0,0 +1,21 @@ +id: d6_system_date +label: System date configuration +migration_tags: + - Drupal 6 + - Configuration +source: + plugin: variable + variables: + - configurable_timezones + - date_first_day + - date_default_timezone + source_module: system +process: + 'timezone/user/configurable': configurable_timezones + first_day: date_first_day + 'timezone/default': + plugin: timezone + source: date_default_timezone +destination: + plugin: config + config_name: system.date