如何获得触发@Schedule的时间

时间:2014-05-10 02:54:10

标签: java calendar schedule

我想知道当触发@Schedule方法时,如何在计划任务方法的任何一点获得时间。我已经使用Calendar.getInstance()进行了测试,但时间不匹配。

E.g。 下午2点,@Schedule被触发 而Calendar.getInstance()返回的时间是下午2点之前

提前感谢任何建议。

0 个答案:

没有答案