Closed yfcheung closed 11 years ago
It is safe to replace datetime.datetime.now() with datetime.datetime.utcnow(). On live server the local time is set to UTC.
This is not an issue on the live server because the live server's clock is set to UTC. As such, now() and utcnow() are the same value on the live server. So I'll close this.
Is it safe to replace datetime.datetime.now() with datetime.datetime.utcnow()?