Google App Engine - Is there a way to get some sort of current time that would be consistent across

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-04-08T23:53:38Z Indexed on 2010/04/09 7:53 UTC
Read the original article Hit count: 173

Filed under:

If I call new Date() it will get the current time for the machine my app is running on.

I'm assuming that the machines on the Google App Engine do not all have their time synchronized.

Is there a way to get a time that would be consistent across instances of my app that may be running on different machines?

© Stack Overflow or respective owner

Related posts about google-app-engine