You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the calendar on my site and when i pick a date it uses PDT date/time and i have no idea how to get it to use the proper PST timezone. where is PDT coming from its not used.. my browser is in San Francisco when selecting the date
The text was updated successfully, but these errors were encountered:
new Date()
Thu Jan 22 2015 17:37:07 GMT-0800 (PST)
but when i look at the value being set in the pickadate and when i click on a date they are 7:00am and in PDT.. why would pickadate use PDT when clearly I'm in PST in the console?
I am using the calendar on my site and when i pick a date it uses PDT date/time and i have no idea how to get it to use the proper PST timezone. where is PDT coming from its not used.. my browser is in San Francisco when selecting the date
The text was updated successfully, but these errors were encountered: