Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
def
get_today_date():
106
today = datetime.now()
107
return
today.strftime(
"%Y-%m-%d"
)
108
109
110
def
get_yesterday_date():
Callers
5
build
Method · 0.85
RoverSign
Class · 0.85
upsert_rover_sign
Method · 0.85
get_sign_data
Method · 0.85
get_all_sign_data_by_date
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected