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

Added minor minor additions/changes to lines 117-119 of NTPClient.swi… #43

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

Commits on Oct 21, 2017

  1. Added minor minor additions/changes to lines 117-119 of NTPClient.swi…

    …ft in the project which we initially made to fix the ability to update TrueTime on a regular interval.
    
    All other changes we initially made to the code have already been implemented in the latest version of the project we pulled from the repository (such as: removing "let" from line 117 of NTPClient.swift; and changing line 62 of NTPExtensions.swift from "UInt64(time.tv_sec + secondsFrom1900To1970)" to UInt64(time.tv_sec) + UInt64(secondsFrom1900To1970)" to resolve an xCode warning).
    dsrspro committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    4f7a418 View commit details
    Browse the repository at this point in the history