yo8192 / fcron

fcron is an advanced cron for Linux/Unix systems
http://fcron.free.fr
GNU General Public License v2.0
135 stars 12 forks source link

fcrondyn: include seconds in fcrondyn -x ls as "YYYY-mm-dd HH:MM:SS" #27

Closed teleshoes closed 7 months ago

teleshoes commented 7 months ago

if there is second-precision in fcrontab, there should be second-precision in fcrondyn

wolke:~$ sudo fcrondyn -x ls
ID   |USER     |SCHEDULE           |CMD
18   |root     |2024-03-21 11:57:47|sudo backup --snapshot-src --ac=30 FIVEMIN home pix
19   |root     |2024-03-21 12:00:00|sudo backup --snapshot-src --ac=30 HOURLY home stuff pix mus
teleshoes commented 7 months ago

yay, thanks!