Previous: , Up: Extended Guile examples   [Contents][Index]


3.2.6 Penultimate day of every month

The following will run the my-program program on the second-to-last day of every month.

(job '(- (next-month-from (next-month)) (* 48 3600))
     "my-program")