I run an AWE rule in Globalscape every 5 mins to log into a remote site and check for any files placed in last 5 minutes using %DateAdd( "n", -5, CStr( Now() ))%
Rule runs 2:30, 2:35, 2:40 etc. Sometimes if remote site places file right at time rule runs(2:30) the next run in 5 minutes should in theory pull that file but occasionally it is missed. How can I see what NOW() calculates as current system time?
Thanks
Joe