MCPcopy
hub / github.com/FloatTech/ZeroBot-Plugin / isAprilFoolsDay

Function isAprilFoolsDay

plugin/chess/core.go:634–637  ·  view source on GitHub ↗

isAprilFoolsDay 判断当前时间是否为愚人节期间

()

Source from the content-addressed store, hash-verified

632
633// isAprilFoolsDay 判断当前时间是否为愚人节期间
634func isAprilFoolsDay() bool {
635 now := time.Now()
636 return now.Month() == 4 && now.Day() == 1
637}

Callers 2

resignFunction · 0.85
playFunction · 0.85

Calls 2

MonthMethod · 0.80
DayMethod · 0.80

Tested by

no test coverage detected