You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if the real sunrise time was 6AM, and I set a max_sunrise_time of 8AM and a sunrise_offset of 4 hours, will the effective virtual sunrise time be 8AM, or 10AM?
Basically, is the formula Max(8AM, real_time + offset), or Max(8AM, real_time) + offset?
This should probably be noted in the documentation as well. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For example, if the real sunrise time was 6AM, and I set a max_sunrise_time of 8AM and a sunrise_offset of 4 hours, will the effective virtual sunrise time be 8AM, or 10AM?
Basically, is the formula Max(8AM, real_time + offset), or Max(8AM, real_time) + offset?
This should probably be noted in the documentation as well. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions