[jobs]
- name: ExampleJob
  cmd: |
    echo $(date -d "2 second" +"%Y-%m-%d %H:%M.%S")
  time: '0 */2'
