Hi awahlig, If you need an actual date/time, your current solution sounds best. If you only need a value that is unique for each deploy, you can use os.environ['CURRENT_VERSION_ID'].
-Nick Johnson On Thu, Jun 25, 2009 at 12:58 PM, awahlig<[email protected]> wrote: > > Hi, > > I'd like to include the datetime of the last app update on the > rendered pages. Is there a way to get the deployment datetime or age? > > Right now I'm testing the mtime of the main Python file that is > modified in almost every update but for this to be perfect I would > need to test all files, not only the main one. Of course this would > require too many resources. > > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
