That will tell you when a particular instance was started, but there's no guarantee any request will hit an existing instance. It won't tell you anything at all about when you deployed.
On Jun 30, 5:20 pm, Ravi Sharma <[email protected]> wrote: > what about using this code in any of your class > > public static Data deployTime; > static > { > deployTime = new Date(); > > } > > I think after redeployment, server will reload your classes, and the above > code will execute first time the class reloaded. I think currently in > web.xml google app server dont support load on startup attribute, so you > just have to find out which is the first class usually being used after > redeployment and put this code in that class. > Till the time google come up with proper solution, you may use this one. > > Ravi > > On Mon, Jun 29, 2009 at 11:18 PM, Sylvain <[email protected]> wrote: > > > Currently : no answer. > > We have to wait. > > > On 29 juin, 16:27, Mariano Benitez <[email protected]> wrote: > > > thanks sylvain, did you got any answer from google? at least an > > > unsupported way of getting it? it's that or running some script in my > > > machine just before uploading to set the current date in a file... > > > have you got any workaround? > > > > Regards, > > > > On Jun 29, 5:13 am, Sylvain <[email protected]> wrote: > > > > > star this : > >http://code.google.com/p/googleappengine/issues/detail?id=952 > > > > > On 29 juin, 03:58, Mariano Benitez <[email protected]> wrote: > > > > > > Hello, > > > > > > I want to use the version deploy time as my sitemap last modified > > > > > date. The fact is that I don't find a way to do it. > > > > > I know that the CURRENT_VERSION_ID variable holds something > > related... > > > > > > Is there a way to obtain the deploy time from CURRENT_VERSION_ID? > > > > > > Thanks, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
