Hi all
I just put iOS 9 on a device and downloaded my app from the app store.
The affected code is swift code.
When i use a dateformatter with format:
"yyyy-MM-dd'T'HH:mm:ss.SSSSSZZZ"
It translates to
"2015-05-30T10.52.00.00000+0200" instead of "2015-05-30T10:52:00.00000+0200"
Anyone else experiencing this?
I am using a very specific format here, the colons are specified directly, its pretty crazy they would turn into dots...
I have not download the new xcode yet so i haven't seen it in debug mode, but this is what is sent to my backend server from iOS 9.
Thanks in advance