Skip to content

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