Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 判断当前时间是否为愚人节期间
634
func
isAprilFoolsDay() bool {
635
now := time.Now()
636
return
now.Month() == 4 && now.Day() == 1
637
}
Callers
2
resign
Function · 0.85
play
Function · 0.85
Calls
2
Month
Method · 0.80
Day
Method · 0.80
Tested by
no test coverage detected