Update cutoff

Stephen Paul Weber created

Change summary

lib/trust_level.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

lib/trust_level.rb 🔗

@@ -79,7 +79,7 @@ module TrustLevel
 	class Cellar
 		TrustLevel.register do |manual:, activated:, invited:, activater:, **|
 			new if manual == "Cellar" || (!manual && !activater && !invited && \
-				(!activated || activated > Time.parse("2026-02-26")))
+				(!activated || activated > Time.parse("2026-03-03 16:30")))
 		end
 
 		def invite?