IDLEPROC not working leap year (OpenInsight 64-bit)
At 29 FEB 2024 01:27:40AM Nick Stevenson wrote:
IDLEPROC does not appear to like 29th February in OI10.
If I include the date (either D2/ or D4/) as 29/02/24 then IDLEPROC does not kick in. If I leave the date option blank then it works.
At 29 FEB 2024 01:38AM Barry Stevens wrote:
IDLEPROC does not appear to like 29th February in OI10.
If I include the date (either D2/ or D4/) as 29/02/24 then IDLEPROC does not kick in. If I leave the date option blank then it works.
Try 29 feb 2024 might be reading as 2/29/24
At 29 FEB 2024 01:50AM Nick Stevenson wrote:
Tried 29 FEB 2024 - same problem, idleproc remains idle.
At 29 FEB 2024 06:56AM Carl Pates wrote:
Hi Nick,
IDLEPROC requires the date in the format mm/dd/yyyy, so 29th Feb 2024 would be "02/29/2024"
However, even with that there's still a Leap Year bug which has been fixed and will be rolled out in v10.2.2 Real Soon Now.
Regards
At 29 FEB 2024 07:02AM Nick Stevenson wrote:
Thanks Carl - it's working perfectly in OI9.4.4 using D2/ as the date oconv.
BTW, the Ref Manual states: (optional) Day of activating (mm/dd/yy), defaults to today.
But I tried D4/ as well with no joy.
Getting by on leap day by passing a nul date.
At 29 FEB 2024 07:09AM Carl Pates wrote:
"yy" and "yyyy" both work in v10 (now the actual Lear Year problem is fixed of course ;) )
Regards,