We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SO: Ubuntu 16.04 Swift: 3.1
Code:
print("starting \(market.marketStartTime!)") let gmt = Clock.GMT print("2") var marketStartTime = ZonedDateTime.parse(market.marketStartTime!, clock: gmt) print("3") marketStartTime = marketStartTime?.plus(minute: 3) print("4")
Result:
starting 2017-09-24T17:00:00.000Z 2 Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Sorry for the delay. As a result of confirmation, it has been confirmed and corrected at https://bugs.swift.org/browse/SR-3828.
Thank you for letting us know about this issue!
Sorry, something went wrong.
[#17] Fix linux SR-3828 bug.
2fa5792
No branches or pull requests
SO: Ubuntu 16.04
Swift: 3.1
Code:
Result:
The text was updated successfully, but these errors were encountered: