mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
c9a6d9ac89
- Ensure changing timezones are reflected immediately in the date-time-input (the computed property was missing a dependent key) - Ensure date-input doesn't lose timezone information (calling `toDate()` causes moment timestamps to lose timezone information) This was created to resolve issues in the discourse-calendar plugin (https://github.com/discourse/discourse-calendar/pull/399)