public class SystemTime{ public static void main(String[] args){ System.out.format("%tc%n", System.currentTimeMillis()); } }