The problem is that the date is in non-English text. Sorting composites by date only works with English dates, and then only in most cases. The reliable solution is to sort the source column, pubdate.
I suspect a better solution would be to supply a format for pubdate (using a tweak) instead of creating a composite column.
|