Module Name: src Committed By: christos Date: Tue May 18 21:49:52 UTC 2010
Modified Files: src/external/bsd/cron/dist: cron.c Log Message: - The new cron keeps time internally as localtime. Revert to previous behavior of keeping UTC, and handle timezones the way we handled them before (CRON_TZ). The old behavior can be selected with defining CRON_LOCALTIME. - Provide functions to pretty-print crontab entries. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/cron/dist/cron.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.