没有。
运行以下代码后:
Date birthDate = (...say Apr 20th 0300hrs)Calendar cal = Calendar.getInstance();cal.setTime(birthDate);cal.add(Calendar.HOUR, -6);
您可以确保将cal设置为“ Apr 20th 0300hrs”之前六小时,但不能保证将其设置为“ Apr 19th 2100hrs”。

没有。
运行以下代码后:
Date birthDate = (...say Apr 20th 0300hrs)Calendar cal = Calendar.getInstance();cal.setTime(birthDate);cal.add(Calendar.HOUR, -6);
您可以确保将cal设置为“ Apr 20th 0300hrs”之前六小时,但不能保证将其设置为“ Apr 19th 2100hrs”。