If you look at the code in the SDK the value you pass (30 days) is interpreted as an absolute value. If you just subtract a few seconds it will be treated as an offset.
2010/2/7 Denis Bilenko <[email protected]>: > I've bumped into the same issue and came to conclusion that *time* you > pass is treated like an absolute value, not an offset. Try passing > time=time.time() + 60*60*24*30 instead. > -- 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.
