you can also use a workFor(xx:xx:xx) command and it will work for real life minutes or hours or seconds you set it for. Youy can use workUntil() as well to have it continue gathering until a certain ET. Ill put a couple examples below.
I have crafting scenario setup to use food and repeat if needed.
//teleportIf(Estate Hall)
craftMacro(70****)
afkFor(00:00:05)
job(CUL)
repair()
//food
key(ctrl+=, 2)
recipe(Shakshouka)
workFor(00:39:00)
craft(max)
repeatAll(1)
And this is for a non timed node gsthering:
//Yanxian Parsley anytime
teleportIf(The House of the Fierce)
gatherPreset(unspoiled-sb1)
job(BTN)
grid(BTN_70_Yanxia_22-12)
waypoint(21)
workUntil(18:00ET)
gather(999)