// last execution: 2026-08-28 10:28:02 $cfg = ConfigGet('job-test'); log('warning', 'JobTest: Current value for config job-test:', $cfg); $cfg = datetime\now(); ConfigSet('job-test', $cfg);