Here you can find the source of millisOf(long timestamp)
public static long millisOf(long timestamp)
//package com.java2s; public class Main { public static long millisOf(long timestamp) { return timestamp / 10000; }/*w ww . j ava 2 s . c o m*/ }