Closed lpatmo closed 9 years ago
Need to add a timezone (EST, GMT, etc.) to the end of the scheduled time.
Using Intl.DateTimeFormat().resolvedOptions().timeZone for now, but this "fix" only works on modern browsers.
Intl.DateTimeFormat().resolvedOptions().timeZone
Need to add a timezone (EST, GMT, etc.) to the end of the scheduled time.