示例#1
0
def get_week_timestamp(year, week):
    d = Week(year, week).monday()
    return calendar.timegm(d.timetuple())