Re: Importing issue within AddressManager
Riccardo Mottola <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.general |
|---|---|
| Message-ID | <[email protected]> |
Patrick Cardona wrote: > I am sorry, but I noted a seemingly regression: again, the date is bad, even from the new 4.0 vcard format: so the BDAY date became in AddressManager: '07/08/1962' from '19620709'. > Very weird... Were you doing an import-export? or editing in the interface? Import and Export should be reliable, the code is now sound and if not it would worry me a lot. It could be that the display and/or editing in the interface is fishy depending on your locale setting though, but I really hoep not. The code uses dateWithNaturalLanguageString which is.... powerful but a little bit magic. Riccardo