Comment on Arrow: Better dates and times for PythonparentComments−sureshv12yutcnow() is the current time in the UTC timezone with not timezone attached, now() is based on the timezone your machine is set to.
Comments
utcnow() is the current time in the UTC timezone with not timezone attached, now() is based on the timezone your machine is set to.