OK, found where you are setting the format, only problem seems to be, that setting the date with the openwrt format does not work with arch:
So I will set the timeformat to "+%C%g%m%d", this is not perfect but at least it works to some degree.
Minidlna had a problem because it is not allowed to write to /opt/piratebox/tmp, I now gave that dir 777, that fixes the problem.
Timesave and minidlna fixes are pushed to the testing branch.
# Does not work date -s"201705261113" date: invalid date '201705261113' # Works, but not comparable date -s"2017-05-26 11:13" Fri May 26 11:13:00 UTC 2017 # Works, but not comparable date -s"20170526 1113" Fri May 26 11:13:00 UTC 2017 # Works, comparable, but not exact sudo date -s"20170526" Fri May 26 00:00:00 UTC 2017
So I will set the timeformat to "+%C%g%m%d", this is not perfect but at least it works to some degree.
Minidlna had a problem because it is not allowed to write to /opt/piratebox/tmp, I now gave that dir 777, that fixes the problem.
Timesave and minidlna fixes are pushed to the testing branch.