Here you can find the source of getMillis()
public static long getMillis()
//package com.java2s; public class Main { public static long getMillis() { return System.currentTimeMillis(); }/* w w w . j a va2 s .com*/ }