I'm stuck on this problem
to get a user time i would just do
var getUserDateAndTime = new Date();
How would I convert that date time into the PST depending on where they are (EST or GMT) with day light savings in mind.
Any help would be appreciated.
Thank you