Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Loping151/RoverSign
/ get_yesterday_date
Function
get_yesterday_date
RoverSign/utils/util.py:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
109
110
def
get_yesterday_date():
111
yesterday = datetime.now() - timedelta(days=1)
112
return
yesterday.strftime(
"%Y-%m-%d"
)
113
114
115
def
get_two_days_ago_date():
Callers
1
get_yesterday_sign_num
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected