We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f19d7c commit 2cae78bCopy full SHA for 2cae78b
spotbot.py
@@ -8,7 +8,7 @@
8
9
def run(req):
10
logging.info('Python HTTP trigger function processed a request.')
11
- dd = datetime.now(timezone('US/Pacific'))
+ dd = datetime.datetime.now(timezone('US/Pacific'))
12
13
req_body = req.get_json()
14
logging.info(f"Received JSON: {req_body}")
0 commit comments