Created
February 26, 2020 14:46
-
-
Save VerosK/f89440bb045f8130f0042402ba13fe51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- record: is_working_hour | |
expr: | | |
(vector(1) and (hour() < 9 or hour() > 18)) or (vector(0)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment