enonic / app-rss

Apache License 2.0
2 stars 6 forks source link

Timezone and datetime handling in general is bad #20

Closed Bellfalasch closed 4 years ago

Bellfalasch commented 7 years ago

Timezone handling and settings, reading from content, and output in RSS feed, is handled poorly in this app. This needs much more thinking and testing. It works now, but it is only tested on very few different scenarios, and it is all quick fixes.

Bellfalasch commented 7 years ago

It's much better now, using moment.js and moment-timezone.js. Still would be nice with some testing scenarios to see that data is coherent.