Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Updated to remove negative diff in time calculation #666

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updated to remove negative diff in time calculation #666

wants to merge 1 commit into from

Commits on May 6, 2020

  1. Updated to remove negative diff in time calculation

    Use of 'def diff = (int) (long)...' causes a negative value when difference is months (23 March to 06 May). No idea why. Changing to 'int diff = ...' removes this problem
    RogerSelwyn authored May 6, 2020
    Configuration menu
    Copy the full SHA
    4aecba7 View commit details
    Browse the repository at this point in the history