fn is_due(state: &CreditRegistrationPhaseState, now: DateTime<Utc>) -> boolExpand description
A phase is due when an admin asked for it, or when its interval has elapsed since it last began.
fn is_due(state: &CreditRegistrationPhaseState, now: DateTime<Utc>) -> boolA phase is due when an admin asked for it, or when its interval has elapsed since it last began.