2 lines
72 B
Python
2 lines
72 B
Python
|
import time
|
||
|
print(time.asctime(time.strptime('2015 50 1', '%Y %W %w')))
|