On Wednesday March 19th from 2PM - 2:15PM PDT (9PM - 9:15PM UTC), we will be performing system maintenance for about 15 minutes, probably less. During that brief maintenance window, the site will be in read-only mode, so users will not be able to login to their accounts or create/modify content.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

Problems with timing?

  • 1 baphendule
  • 0 zinale nkinga
  • 2 views
  • Igcine ukuphendulwa ngu cor-el

more options

Ok, so this is an odd one.

I gamble with William Hill online using Firefox as my browser.

Every year this same problems happen when the clocks go forward in spring time here in the UK.

So I go on the WH website Sunday (for example) at 11pm and it will show me Mondays football matches. But. At 12am Monday until 1am, the now todays football matches do not appear. Its like the browser can no accept this time period exists because as soon as 1am comes, the matches (for Monday) appear.

So I contacted WH for support. They advised that if I am using Firefox that I should try IE instead. So I did. And guess what? The problem doesn't happen on IE. Mondays matches do exist between 12am and 1am. So it is definitely a firefox issue.

But the issue resolves at the end of October when the clocks go back.

So what is going on here? Any solutions? This has been going on several years.

Ok, so this is an odd one. I gamble with William Hill online using Firefox as my browser. Every year this same problems happen when the clocks go forward in spring time here in the UK. So I go on the WH website Sunday (for example) at 11pm and it will show me Mondays football matches. But. At 12am Monday until 1am, the now todays football matches do not appear. Its like the browser can no accept this time period exists because as soon as 1am comes, the matches (for Monday) appear. So I contacted WH for support. They advised that if I am using Firefox that I should try IE instead. So I did. And guess what? The problem doesn't happen on IE. Mondays matches do exist between 12am and 1am. So it is definitely a firefox issue. But the issue resolves at the end of October when the clocks go back. So what is going on here? Any solutions? This has been going on several years.

All Replies (1)

more options

What time is reported if you paste these code one at the time in the Web Console ?

  • (new Date()).toLocaleString()
  • (new Date()).toLocaleString("en-US",{weekday:"long",day:"numeric",month:"long",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:true,timeZoneName:"short"});
  • (new Date()).toLocaleString("en-US",{weekday:"long",day:"numeric",month:"long",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:false,timeZoneName:"short"});