Thank you for your reply.
I am sorry, I can not follow your thougts ...
when i check the field gmt_offset_now in table vicidial_list i got the value 0 and NOT 2. Moreover, it says in the code
- Code: Select all
WHERE ... (gmt_offset_now != '$area_GMT')
so I checked for '$area_GMT' which is incremented by
- Code: Select all
if ($GBR_DST) {$area_GMT++;}
due to DST.
Since gmt_offset_now is the same value as area_GMT, it will become: 2.
I am thankful for your answer, but it gives me no idea, what I am doing wrong, sorry.
what do i have to do to to get GMT+1 in the list without hacking the script ? the script always looks for [ gmt_offset_now != 2 ] but it should be [ gmt_offset_now != 1 ]
Can anyone follow me ?
I am sorry, If feel very stupid, please help me, i don't get the idea of the last statement/reply ... I noted the "NOW" in your statement, so what ???
Best wishes ...
P.S.: maybe it helps setting gmt_offset_now to 1.00 per default (since 0.00 is actually the default). Is that okay, to do so ????
I'd like to get some feedback before I try it !!!
I wonder why this is not configureable in the web-interface (since local server time IS gmt+1).