python get date from unix timestamp

18

#get date from unix timestamp 
from datetime import date
timestamp = date.fromtimestamp(1326244364)

Comments

Submit
0 Comments