discourse/plugins
Krzysztof Kotlarek 4285706d97
FIX: local date trim when no time available (#14525)
When there is a blank space in the end of date, moment is returning a different value:

```javascript
  console.log(moment.tz("2021-09-09 ", "Australia/Sydney").toISOString());
  // 2021-09-09T00:00:00.000Z
  console.log(moment.tz("2021-09-09", "Australia/Sydney").toISOString());
  // 2021-09-08T14:00:00.000Z
```
2021-10-06 16:18:32 +11:00
..
discourse-details Update translations (#14513) 2021-10-05 15:59:26 +02:00
discourse-local-dates FIX: local date trim when no time available (#14525) 2021-10-06 16:18:32 +11:00
discourse-narrative-bot Update translations (#14513) 2021-10-05 15:59:26 +02:00
discourse-presence Update translations (#14513) 2021-10-05 15:59:26 +02:00
lazy-yt discourse/discourse change from 'master' to 'main' 2021-07-19 11:46:15 -04:00
poll Update translations (#14513) 2021-10-05 15:59:26 +02:00
styleguide Update translations (#14513) 2021-10-05 15:59:26 +02:00