On 23/7/24 23:22, Keith Bainbridge wrote:
Another is to fetch the epoch time value (%s) and then use that value
in all future calls. With GNU date:
now=$(date +%s)
julian=$(date -d "@$now" +%j)
dom=$(date -d "@$now" +%d)
Good evening All - especially Greg This process has worked as required for the past week. Thanks Greg for the very meaningful suggestion. -- All the best Keith Bainbridge [email protected] [email protected] +61 (0)447 667 468 UTC + 10:00

