discourse/app/assets
Joffrey JAFFEUX f0ef307d2d
FIX: topic timer offset applied two times
timezone offset was calculated and sent from browser to server, it would be applied on utc time generated from '2013-11-22 5:00' format for example and then sent back to browser which would display it thinking it's UTC time using `moment(utc time)` when it's in fact an UTC time we have offseted with the initial user timezone.

This is impossible to automatically test in the current app state. Easiest reproduction is in live browser after setting your timezone to `America/New_York`, when setting a topic timer to later_today, after save, the time under the topic should be off to something roughly equal +1/-1  hour to your timezone offset.
2017-12-07 14:42:58 +01:00
..
fonts Update FontAwesome to 4.7.0 2017-04-26 15:16:30 -04:00
images Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
javascripts FIX: topic timer offset applied two times 2017-12-07 14:42:58 +01:00
stylesheets FIX: Composer preview-area plugin layout 2017-12-06 16:12:52 -05:00