Previous: Missing the first appointment, Up: Extended Guile examples [Contents][Index]
The following will run the my-program program on the second-to-last day of every month.
my-program
(job '(- (next-month-from (next-month)) (* 48 3600)) "my-program")