This might sound dumb, but can I set a global variable that houses the time for sunset-30 and sunrise+30? In a lot of my pistons I started using Time > Preset > Sunset/Sunrise > Offset, but it would be nice if I could just set this once, then use it across all of my pistons.
When trying to set a global variable with an expression, it looks like it’s showing a value of 6:00:00PM instead of sunset/sunrise +/- 30. The expression I’m using is addMinutes($sunset, -30) and addMinutes($sunrise, 30). What am I doing wrong?