Comment 1 for bug 2036991

Revision history for this message
Mitchell Dzurick (mitchdz) wrote (last edit ): Re: Seconds are not supported...

Hi Ludo, thanks for making the bug report!

When you say good output, do you have a reference showing that the seconds should be accounted for? It seems to be working as at(1) describes.

With that said, I noticed that the -t flag allows second granularity, but you have to provide the absolute time. I made this short bash line for you to try out and see if it works good for your use-case:

# schedule_time=$(date -d "+ 10 minutes" +\%m\%d\%H\%M.\%S) && at -t $schedule_time
warning: commands will be executed using /bin/sh
at Fri Sep 22 16:40:32 2023
at>