diff --git a/time.rules b/time.rules index 6f69886..d19359e 100644 --- a/time.rules +++ b/time.rules @@ -59,5 +59,5 @@ time_end_of_current_month_seconds = ( time_current_month_remaining_seconds = time_end_of_current_month_seconds - time() time_current_weekday = 1 + (((time() / 86400) -4) % 7) -time_is_weekday_bool = time_current_day < bool 5 +time_is_weekday_bool = time_current_weekday < bool 5