MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / CurrentDate

Function CurrentDate

internal/usage/store.go:186–188  ·  view source on GitHub ↗

CurrentDate returns today's date as a string in YYYY-MM-DD format.

()

Source from the content-addressed store, hash-verified

184
185// CurrentDate returns today's date as a string in YYYY-MM-DD format.
186func CurrentDate() string {
187 return time.Now().UTC().Format("2006-01-02")
188}

Callers 3

TestCurrentDateFunction · 0.92
RecordAndCheckMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestCurrentDateFunction · 0.74