Hi,
I wonder why this code:
DateTimeUtil::toStr(DateTimeUtil::minValue());
does not produce minimum allowed datetime value for utcdatetime EDT. This code does not return anything except for a blank string. Why is this so? You can try this as an example:
static void Job7(Args _args)
{
;
info(DateTimeUtil::toStr(DateTimeUtil::minValue()));
}
Thanks!
*This post is locked for comments
I have the same question (0)