Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
import time
today=time.time()
lastweek=time.gmtime(today-(7*3600*24) # days * sec in 24H
date=time.strftime("%Y-%m-%d")