Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed computation of date diff #72

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

Commits on Sep 17, 2018

  1. Fixed computation of date diff

    Result was wrong if date diff is almost a day:
    
    Date1: <Tue Sep 18 2018 18:00:00 GMT+0300 (EEST)>
    Date2: <Mon Sep 17 2018 18:41:37 GMT+0300 (EEST)>
    Duration: { year = 0, month = 0, day = 0, hour = 59, minute = 18, second = 22, millisecond = 80 }
    synalysis committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    f2b1823 View commit details
    Browse the repository at this point in the history