There is no variable_set for module variables.
And there are different defaults values in variable_get() call in module system settings form and in module block and pages code.
Why not create default preset with module hook_install?
We had to resave module settings cause we use defaults but this defaults were not present in the variable table that's why we had chronological order of monthes instead of reverse order.