Till

Results 4 comments of Till

> @tgloeggl please resubmit this to the 2.0 branch of [assetic-php/assetic](https://github.com/assetic-php/assetic). @JaxWilko if @tgloeggl doesn't want to, could you implement this? I would gladly but that does not seem to...

Seems like you ran into the same bug assetic has, that i ran into: https://github.com/kriswallsmith/assetic/pull/770 Multiple inclusion of assetic is bogus atm due to an errourness usage of function_exists.

It seems that this affects the external api ( `/api/playlists`) only. `/playlists/playlists.json` still works fine and allows to see the broken entries.

Currently, `strftimedatetime` is used as for formatting the date. `strftimedaydatetime` would be a variante with long weekdays. Abbreviated weekdays would seem to make it necessary to use a custom format...