Here you can find the source of getSysDateTimestamp()
public static java.sql.Timestamp getSysDateTimestamp()
//package com.java2s; //License from project: Apache License public class Main { public static java.sql.Timestamp getSysDateTimestamp() { return new java.sql.Timestamp(System.currentTimeMillis()); }/* w ww . j a v a 2 s . c om*/ }