Hi Syberspace,
I added in the tao-schedule-update folder a php.ini with one line:
default_charset = “utf-8”
and also the following line in tao-schedule-update.php:
header(“Content-Type: text/html; charset=UTF-8”);
It works!
The error message about the schedule time remains, but in fact all updates are executed as scheduled. So I simply ignore the error message.
Thank you for your quick response!