just add this 2 lines in the config section of feed_db.pl :
use POSIX qw(locale_h);
setlocale(LC_ALL, "en_US");
and that's all
and if you want to come back to your local time just
add this line at the end of feed_db.pl :
setlocale(LC_ALL, "fr_FR");
and just replace fr_FR by the value of your local time :
echo $LANG
i hope will help someone
Logged In: YES
user_id=754254
Hello,
I've just added the 2 lines in my feed_db.pl
But there is no change. The SQL Database is fed, but for the
column date, all datas are 0000-00-00 00:00:00. So there are
no datas on the web Interface....
Can anyone help me?
Thanks