MCPcopy Create free account
hub / github.com/Loping151/RoverSign / get_two_days_ago_date

Function get_two_days_ago_date

RoverSign/utils/util.py:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114
115def get_two_days_ago_date():
116 two_days_ago = datetime.now() - timedelta(days=2)
117 return two_days_ago.strftime("%Y-%m-%d")
118
119
120def hide_uid(uid, user_pref: str = "") -> str:

Callers 1

clear_rover_sign_recordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected