有没有办法(模拟)加快时间(这样 1 秒就像 1 分钟一样过去)x60?
Is there a way to (simulate) speed up the time (so that 1 sec passes like 1 min) x60?
我正在使用 Laravel Carbon 创建基于时间(时间跟踪)的应用程序。我想通过将时间加快 60 倍来测试应用程序。我正在寻找类似快进时间测试环境的东西。我希望秒数像分钟一样过去,分钟像小时一样过去。在 laravel 中有没有办法做到这一点?
使用碳酸盐:https://github.com/kylekatarnls/carbonite
Carbonite::speed(60);
按照官方 Carbon 文档中的建议:
https://carbon.nesbot.com/docs/#api-testing
我正在使用 Laravel Carbon 创建基于时间(时间跟踪)的应用程序。我想通过将时间加快 60 倍来测试应用程序。我正在寻找类似快进时间测试环境的东西。我希望秒数像分钟一样过去,分钟像小时一样过去。在 laravel 中有没有办法做到这一点?
使用碳酸盐:https://github.com/kylekatarnls/carbonite
Carbonite::speed(60);
按照官方 Carbon 文档中的建议: https://carbon.nesbot.com/docs/#api-testing