Copie o código do código da seguinte forma:
importar java.sql.Timestamp;
importar java.text.SimpleDateFormat;
importar java.util.TimeZone;
teste de classe pública {
public static void main(String[] args) {
SimpleDateFormat sdf = new SimpleDateFormat("aaaa-MM-dd HH:mm:ss");
longo t = System.currentTimeMillis();
t=t/(1000*3600*24)*(1000*3600*24);
System.out.println(sdf.format(new Timestamp(t)));
t = System.currentTimeMillis();
t = t / (1000 * 3600 * 24) * (1000 * 3600 * 24) - TimeZone.getDefault().getRawOffset();
System.out.println(sdf.format(new Timestamp(t)));
}
}
Se a diferença de fuso horário não for deduzida, o horário será o padrão do 8º Distrito Leste de Pequim (GMT+8).