lpatmo / cb

UPDATE: the newer version of this repo is at github.com/codebuddiesdotorg/codebuddies
http://codebuddies.org
MIT License
71 stars 30 forks source link

Hangout schedule times are local-timezone-adjusted, but that is unclear. #59

Closed lpatmo closed 9 years ago

lpatmo commented 9 years ago

Need to add a timezone (EST, GMT, etc.) to the end of the scheduled time.

lpatmo commented 9 years ago

Using Intl.DateTimeFormat().resolvedOptions().timeZone for now, but this "fix" only works on modern browsers.