>
> 4) Submission times are an hour out. Daylight savings time is not being
> applied somewhere... any clues where I should look?
>
Add
'ini_set('date.timezone', 'CEST');'
to your
cdash/config.local.php
and fill in your local timezone abbreviation string or 'UTC+-x'(here
CEST ≘ Central European Summer Time)!