本文介绍了Google App引擎上的UTC时间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果我调用System.currentTimeMillis()并存储该信息,那么当我的servlet在谷歌应用程序引擎中被击中时,什么是最好的方法?它可靠吗?
我不需要几毫秒的精度。
我只想在实体上存储日期它到达。
谢谢
解决方案
不,它不可靠。
在Dan Sanderson的编程Google App Engine一书中,他说:
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
解决方案
No, it won't be reliable.
In Dan Sanderson's book, "Programming Google App Engine" he says:
这篇关于Google App引擎上的UTC时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!