The Day Sequence device should emit an event for time changes

Problem

Currently, the Day Sequence device has no events for when a time of day is reached.

This makes it difficult to have custom map logic (e.g. effects, secret areas, behaviors) that enable/disable depending on the time of day.

Example

I have a particle emitter that has birds:

It looks weird at night; I would like this emitter to stop at night.

The Ask

I would like the ability to tell when the time of day reaches a certain point.

Whether that be in general buckets (e.g. dawn, sunrise, day, noon, sunset, dusk, night, midnight) or specific times (e.g. 12:35 PM, 6:42 AM) or intervals (e.g. hours, half hours, fifteen minutes).

For performance and usability, there could be a setting on the device to change the time check interval. Though if the device itself has a coarse signal and Verse offers a more granular check - totally cool too.