diff --git a/src/dependencies.php b/src/dependencies.php index c4c9085..bfb5736 100644 --- a/src/dependencies.php +++ b/src/dependencies.php @@ -26,11 +26,11 @@ }); $container->set('gToHAdjustment', function ($c) { - return 1; + return 0; }); $container->set('hToGAdjustment', function ($c) { - return -1; + return 0; }); $container->set('holyDay', function ($c) {