You could confirm if there is clock drift (for some reason) or if it is a time zone issue changing (for some reason) by updating your script, at least temporarily to use UTC. Just changeto
Code:
date +%F"-"%T
Code:
date -u +%F"-"%T
Statistics: Posted by buffalobill — Sun Jun 30, 2024 6:36 am