datetime.dateime.now()
If we're going to let the app constantly check the difference between an expiry date and today's date, how will we go about doing that? Currently, datetime module only gets the device's time once (i.e. when server launches). How to make this continuously update?