1.2.4 will be out in next few days, and 1.2.5 most likely somewhere in December.
Best regards,
Victor
Best regards,
Victor
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
now = localtime();
if (now->wday == 0)
return /* sunday-specific check */
if (now->wday == 6)
return /* saturday-specific check */
return (now->hour < 18 || now->hour >= 22 || (now->hour == 18 && now->min == 0));