discourse/plugins/discourse-local-dates/assets/javascripts/lib
Joffrey JAFFEUX 4f7a9802e7
FIX: prefer timezones over timezone for previews (#10506)
eg:

timezone="America/Detroit"
timezones="US/Eastern"

Before this commit we would show America/Detroit in previews and not US/Eastern, given US/Eastern and America/Detroit are equivalent.

After this commit, we will display the date with America/Detroit but show US/Eastern in the previews.
2020-08-21 16:31:50 +02:00
..
discourse-markdown FIX: handle german quotes in discourse local-dates (#8386) 2019-11-21 11:43:35 +01:00
date-with-zone-helper.js.es6 REFACTOR: local dates to improve reliability with DST and recurrence (#9379) 2020-04-08 08:53:21 +02:00
local-date-builder.js.es6 FIX: prefer timezones over timezone for previews (#10506) 2020-08-21 16:31:50 +02:00