Remove expensive uses of Calendar.getInstance() 81/25981/3
authorStephen Kitt <skitt@redhat.com>
Tue, 25 Aug 2015 16:07:50 +0000 (18:07 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 24 Sep 2015 11:36:48 +0000 (11:36 +0000)
nanoTime() is used instead of currentTimeMillis() to avoid issues with
leap seconds.

Change-Id: Idbfcd994424c91a384c47fe0ad12bc6a7ea33972
Signed-off-by: Stephen Kitt <skitt@redhat.com>

No differences found