I've been able to reproduce your problem here at Rochester. It appears
to be a bug not a misconfiguration. Some incompatibility between the
timezone names recognized by DateTime and the ones we use to label the
times.
That said the information in the original post below may still be useful.
We use the DateTime.pm module for calculating times. A reference is
http://datetime.perl.org/?Modules
where you can find out way more than you want
to know. :-)
Try using Europe/London as your time zone for
$siteDefaults{timezone} = "Europe/London";
in global.conf
(We use America/New_York for the
eastern seaboard in the US.)
There is a list of timezones as recognized by DateTime at:
http://search.cpan.org/dist/DateTime-TimeZone/
These timezones are more refined than standard timezone usage in that they include
switches to daylight savings time ( for example some parts of a time zone may
make the switch and others may not)
Hope this helps.
--Mike
<| Post or View Comments |>
|