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

Conversation

dsrspro
Copy link

@dsrspro dsrspro commented Oct 21, 2017

…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).

…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).
@dhavalshreyas
Copy link
Contributor

@dsrspro : Is this still needed? If we do, would you mind elaborating on why we need this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants