Date and Time should be affected by the global Drupal settings made in admin/settings/date-time - specially the default time-zone. At the moment if i had the right time-zone (+2h/MESZ) the time of matches is 2 hours to early (16 o'clock should be 18 o'clock...)

CommentFileSizeAuthor
#4 football_tipping_fixed_date.patch5.12 KBfago

Comments

fago’s picture

Version: » 5.x-1.x-dev

hm, I'm using the same timezone and the times are correct for me? It looks to me as the times aren't affected by the settings of the site. So probably, it won't work correctly for people with other timezones.

gs12345’s picture

I'm in Germany (GMT+1), and the time difference for the tipping deadline and kick-off is one hour, with games starting at 9:00 leaving it to participants to give tipps until 10:00.

gs12345’s picture

ok, my fault - Drupal's date setting was set to GMT+1, which is wrong during summer (=GMT+2)

fago’s picture

Title: Date & Time Issues » fixed tipping deadline
Category: bug » task
StatusFileSize
new5.12 KB

ok, fine that it's working.

I've customized my module to have a fixed deadline. If someone else needs that too, I've attached the patch.

fago’s picture

patch re-rolled.