'Is Time of Day After' problem

Steps causing the bug to occur

‘Is Time of Day After’ fails to test correctly if ‘Start Time’ is not specified as midnight. e.g. the following occurs:
Testing if 0947 is before 1659: True
Testing if 0947 is before 1700: False
Testing if 1017 is before 1659: True
Testing if 1017 is before 1700: False

Other notes

  • Vuo version: 2.1.2
  • macOS version: macOS 10.15
  • How severely does this bug affect you? It’s annoying but I can work around it.

It may be that the Start Time needs to be explicitly set…  

We’ve accepted this bug report. We’ll be evaluating the best way to fix this, including better documentation.