MCPcopy Create free account
hub / github.com/AkaliKong/MiniOneRec / get_timestamp_start

Function get_timestamp_start

data/process.py:13–14  ·  view source on GitHub ↗
(year, month)

Source from the content-addressed store, hash-verified

11
12
13def get_timestamp_start(year, month):
14 return int(datetime.datetime(year=year, month=month, day=1, hour=0, minute=0, second=0, microsecond=0).timestamp())
15
16def gao(category, metadata=None, reviews=None, K=5, st_year=2017, st_month=10, ed_year=2018, ed_month=11, output=True):
17 if st_year < 1996:

Callers 1

gaoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected