Use timestamps for talk dates

This commit is contained in:
Oliver Davies 2019-02-13 01:10:14 +00:00
parent 9337c69aa8
commit bc20b198b5
28 changed files with 65 additions and 64 deletions

View file

@ -20,9 +20,9 @@ meta:
use: [talks]
events:
- event: drupal_bristol
date: '2017-01-18'
date: 2017-01-18
- event: drupalcamp_london_17
date: '2017-03-04'
date: 2017-03-04
time: '12:05 - 12:50'
---
If youve moved a site from Drupal 6 to 7, the chances are that youve either used the upgrade path to update your old site in-place, or you built a new site from scratch and used the Migrate module from contrib to migrate your data from the old database.