]> granicus.if.org Git - cronie/commit
Time zones are now supported.
authorMarcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
Mon, 12 Nov 2007 12:34:21 +0000 (13:34 +0100)
committerMarcela Maslanova <marca@dhcp-lab-135.englab.brq.redhat.com>
Mon, 12 Nov 2007 12:34:21 +0000 (13:34 +0100)
commitc818ce8f02b38c4d473f610a33e26b5fd7899b29
treecdfa7faa87dd264b4c3a9f59a67c520a0cd83156
parent5e9dd03d06c08ebb433d7dd956394efdeca46db5
Time zones are now supported.
Setting in cron table CRON_TZ=SomeTimeZone does jobs in
this time zone. There was problem with syslog, because
it print local time into log only, when I remove
ifdef parts from misc.c. With ifdef parts print out the time
of 'highest' time zone, which could be bug of rsyslog.
src/cron.c
src/misc.c