Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

picking a date used PDT time??? #621

Closed
ryanmmmmm opened this issue Jan 18, 2015 · 4 comments
Closed

picking a date used PDT time??? #621

ryanmmmmm opened this issue Jan 18, 2015 · 4 comments

Comments

@ryanmmmmm
Copy link

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

@jgillman
Copy link

If you're in a browser with a JavaScript console, open it up and type new Date() and hit enter. What is the output of that command?

@ryanmmmmm
Copy link
Author

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?

Example value in pickdate html:

data-pick=1407481200000 role=gridcell

@cmwelsh
Copy link

cmwelsh commented Jan 27, 2015

This is a duplicate of #556: basically, master branch is the only usable version at the moment. 3.5.4 is broken.

@amsul
Copy link
Owner

amsul commented Feb 9, 2015

@RyanMedlin, yup.. @cmwelsh is correct. A new release should be out hopefully soon.

@amsul amsul closed this as completed Feb 9, 2015
@amsul amsul added the duplicate label Feb 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants