Comment 8 for bug 1183806

Revision history for this message
Saikrishna Arcot (saiarcot895) wrote :

Looking at the source code, the API that is being used to get the time zone and if DST is active doesn't have DST data for the US (and likely other countries). There are other APIs, but all of them require an API key. The only other one that doesn't require an API key is Google's Time Zone API. If requested, I can make a patch to have it use this instead of the current API.