What's the best way to work out the time when my servlet in google app engine is hit ?
if I call System.currentTimeMillis() and store that info will it be reliable ?
I don't need milliseconds precision.
I just want to store an entity with the date on when it arrives.
Thanks