Opened 8 years ago

Closed 8 years ago

#10645 closed bug (invalid)

ui.datepicker problem with newest version of chrome (37.0.2062.124 m)

Reported by: blondinkabrain Owned by: blondinkabrain
Priority: minor Milestone: none
Component: ui.datepicker Version: 1.9.2
Keywords: Cc:
Blocked by: Blocking:

Description

new version of chrome has problems with dates (new date()) and timezones. So datepicker shows incorrects days in timezone Moscow (+4). Screenshot added http://puu.sh/c1mel/09946435f3.png

Change History (6)

comment:1 Changed 8 years ago by blondinkabrain

sorry, sorry Timezone calls Moscow (UTC +3:00)

comment:2 Changed 8 years ago by blondinkabrain

_getFirstDayOfMonth:function (a, b) {

return(new Date(a, b, 1, 1)).getDay() problem can be solved with adding an hours in checking _getFirstDayOfMonth

comment:3 Changed 8 years ago by tj.vantoll

Owner: set to blondinkabrain
Status: newpending

Hey blondinkabrain,

Are you using Ubuntu by chance? (see #10470)

comment:4 in reply to:  3 Changed 8 years ago by blondinkabrain

Status: pendingnew

Replying to tj.vantoll:

Hey blondinkabrain,

Are you using Ubuntu by chance? (see #10470)

Nop, Windows 7. I forgot to mention, we have this checkbox "Auto switching to winter time" (in the Windows time settings) (in winter we have +1 hour) so if checkbox is setted to 'true' there is this problem.

comment:5 Changed 8 years ago by Scott González

Status: newpending

Are you still experiencing this bug with latest Chrome?

comment:6 Changed 8 years ago by trac-o-bot

Resolution: invalid
Status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Note: See TracTickets for help on using tickets.