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

Function get_today_date

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

Source from the content-addressed store, hash-verified

103
104
105def get_today_date():
106 today = datetime.now()
107 return today.strftime("%Y-%m-%d")
108
109
110def get_yesterday_date():

Callers 5

buildMethod · 0.85
RoverSignClass · 0.85
upsert_rover_signMethod · 0.85
get_sign_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected