discourse/plugins/discourse-local-dates
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
..
assets FIX: prefer timezones over timezone for previews (#10506) 2020-08-21 16:31:50 +02:00
config Update translations 2020-08-18 13:02:44 +00:00
lib/discourse_local_dates DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
spec FIX: Do not extract dates from quotes and Oneboxes (#8754) 2020-01-21 17:42:41 +02:00
test/javascripts FIX: ensures seconds are displayed when used with dates (#10170) 2020-07-06 09:26:31 +02:00
plugin.rb REFACTOR: local dates to improve reliability with DST and recurrence (#9379) 2020-04-08 08:53:21 +02:00