如何将timestamp返回的长getWhen转换为可读的日期和时间? 最佳答案 您可以尝试:System.out.println(new Date(event.getWhen())); 对于其他表示形式,您可以尝试SimpleDateFormatter。