> I'm really really under pressure at work. I have no time to test but I > have not forgotten ! Hi, As I have promised a long time ago, I've done some test this week-end.
I have fixed some birthday dates on the device, when I ran Barry [1][2] I had : yyyy/mm/dd 1978/30/28 for 1978/03/28 1978/30/26 for 1978/03/26 1977/40/12 for 1977/04/12 1977/90/90 for 1977/09/09 1977/10/20 for 1977/01/02 (first month of year) Ok let's try last month of year, I fix a contact and : 1975/12/10 gives 1975/12/01 A paleo-test 1975/12/05 fixed in 1976/05/28 gives 1976/50/28 2958/06/29 -> 1958/60/29 1948/40/50 -> 1948/04/05 It seems to be a zero-padding problem (easy ?). In the dump file I can read : 1984/-1/20 with it is shown as 1983/11/02 ("2 nov 1983") in the device. Good date is 1984/12/15 with appears as '1984/12/15' after fixation. But now, I can't produce weird date as "1983/-1/10"... I have not read code, so I 'm wondering for clues... (Boundaries of year/month) While looking case when too people have the same date I tried [3] instead of [1] [1] -> 1976/20/25 [3] -> 25/02/1976, hey that sounds great ! 00005ac0: 47 33 33 35 32 30 00 0b 00 52 32 35 2f 30 32 2f G33520...R25/02/ 00005ad0: 31 39 37 36 00 0c 00 3b 4b 65 72 43 6f 70 69 6e 1976...;KerCopin Month boundary : [1] -> 1980/30/31 [3] -> 31/03/1980 not a surprise. Well, I don't know why there is a difference between [1] and [3]... How can I help ? Do you want some precise case ? Regards, FAb ----------------------------------------------------------- [1] btool -d 'Address Book' -i UTF-8 > AB.txt [2] $ btool -h btool - Command line USB Blackberry Test Tool Copyright 2005-2011, Net Direct Inc. (http://www.netdirect.ca/) Using: Barry library version 0.18.0 (little endian) Compiled with Boost support [3] btool -d 'Address Book - All' -i UTF-8 > ABA.txt [4] Context : Blackberry Curve 8520 in Frenhch Ubuntu 10.10 $ locale LANG=en_US LANGUAGE=en_US:en LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8 ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel