Tuesday, November 11, 2008

Mac Dashboard Stock Widget DST bug

So I discovered this year that there is a minor bug that when your are on standard time the daily stock chart is +1 hour running Mac OS 10.5.5. Now its not a big deal but its just annoying but I decided to fix it until DST begins where I will have to get in and undo what I did until I figure out a real fix instead of a work around.

Workaround
Edit: /Library/Widgets/Stocks.wdgt/Stocks.js
Goto Line: 1932 "var utcOffset = 13;"
Change to: "var utcOffset = 14;"

If I knew javascript better I might have had a solution but till then this will work out just fine.

0 comments: