Anonymous
Unregistered
Posted 9 years ago #
Hi.
I'm playing with the CVS version, and when I try to change the timezone difference, i receive this error message:
1 setting(s) saved...
and
time_difference is outside the valid range (0 - 13).
I'm under BRT ( GMT -3) and my server is GMT+2. In 0.71 version, I use the value -5 with no problem.
Anonymous
Unregistered
Posted 9 years ago #
solved with this change in the db:
INSERT INTO optionvalues (option_id, optionvalue, optionvalue_desc, optionvalue_max, optionvalue_min, optionvalue_seq) VALUES (51, null, null, 13, -13, null);
Doh!
You are correct, I somehow missed allowing for negative time differences!
Fixed and committed to CVS.
Thanks.
Mike