Skip to content

Instantly share code, notes, and snippets.

@VerosK
Created February 26, 2020 14:46
Show Gist options
  • Save VerosK/f89440bb045f8130f0042402ba13fe51 to your computer and use it in GitHub Desktop.
Save VerosK/f89440bb045f8130f0042402ba13fe51 to your computer and use it in GitHub Desktop.
- 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