time_active and range(input_datetime.start , input_datetime.end) not possible #241
Unanswered
stefanuytterhoeven
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use "helpers" with @time_active
so I tried different things....
one of the last possibilities I tried, is
@time_active("range(input_datetime.start, input_datetime.end)") ...
But I get the error that the datetime cannot be parsed?
Beta Was this translation helpful? Give feedback.
All reactions