charliekassel / vuejs-datepicker

A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations
MIT License
2.61k stars 730 forks source link

Is there an option to set specific timezone explicitly? #890

Open sevdimali opened 8 months ago

sevdimali commented 8 months ago

Hello! I am unsure if this is the correct place to ask a question, but I need help setting the timezone to America/New_York. I want the widget to display the current date and time in the New York timezone, regardless of where the user is located. I have looked through the documentation but could not find any settings for this. To elaborate, if a user in China visits the website at midnight, the date should be yesterday. Can you please guide me on how to achieve this? Thank you!