discourse/plugins/discourse-local-dates/test/javascripts/acceptance
Robin Ward 76b04afca3
FIX: Local dates showed incorrect timezones with extra whitespace (#11408)
You might wonder why this matters. It turns out in some locales like
French, we replace quotation marks with « and » -- this should likely
not happen before BBCode is parsed but that is not the case for this
plugin. The plugin has code to handle this situation, but it means extra
spaces are inserted around the time zone which breaks it.

This fix allows us to supply extra whitespace and will show the correct
time zone.
2020-12-08 10:57:18 +11:00
..
local-dates-composer-test.js.es6 FIX: Local dates showed incorrect timezones with extra whitespace (#11408) 2020-12-08 10:57:18 +11:00