Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
America/New_York 时区在冬季称为 EST,在夏季称为 EDT。现在我的 java 程序有一个页面显示当前时间,时区为 EDT。
为了测试冬季场景,有没有什么方法可以操纵电脑设置来模拟冬季场景?只是想看看冬天是否能正确显示 EST?
依赖项通过将当前时间传递到您的显示中来注入当前时间。
对于不建议操作系统日期时间的单元测试,有一些变通方法可以测试基于日期时间的逻辑部分。
看看这些线程: