Closed yossizahn closed 1 year ago
Maybe applicable:
I got it The hour from 2AM to 3AM on the specific date does not exist due to skipping an hour for DST :facepalm:
Now what?
Edit: Is this a bug in Fonudation since DST seems to have gone into effect on Mar 30 in 2012 in my locale https://www.timeanddate.com/time/change/israel/jerusalem?year=2012
Test code:
import Foundation
let df = DateFormatter()
df.dateFormat = "MM/dd/yy HH:mm"
print(df.date(from: "03/23/12 02:18"))
Did you get the app working? I have this issues every so often, and its really annoying
This problem only exists in certain timezones. Changing your timezone in System Settings (temporarily, while downloading a new xcode) will solve the issue
Describe the bug I get an error downloading any version: "Date string does not match format expected by formatter" The full message is:
The actual value in the JSON (at
["downloads"][2]["dateModified"]
retrieved throughmitmproxy
) is:To Reproduce Try downloading any version of Xcode using Xcodes
Expected behavior It should work...
Version