# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# set the DateChangeOccured datum whenever we have a date rollover for DataLogger's Snapshot class.
# By Jon Polfer (P1131)
0  0    * * *   root    /6100/rc/pyclient set bool DateChangeOccurred "1"
#


