Menu

#19 BDAY in Android 4.3

Latest_SVN
accepted
George_H
BDAY (1)
1
2014-01-27
2014-01-25
Sergey
No

In Android 4.3 export contacts for BDAY look: BDAY:1978-01-21T08:00:00.000Z

Thas date parse uncorrect and not error messages in console.

Please add net.sourceforge.cardme.util.ISOUtils additional mask Pattern.compile("\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z");

Discussion

  • George_H

    George_H - 2014-01-27

    Thanks for highlighting this issue. Looks like we have to look for a decimal with three digits at the end of the time string. We'll have it integrated in the svn soon.

     
  • George_H

    George_H - 2014-01-27

    Committed on SVN trunk.
    Could not find anything about having a .000Z at the end of an ISO8601 extended UTC time string. So I just added a regex exception just for android (\d{1,3} to be on the safe side)

     
  • George_H

    George_H - 2014-01-27
    • status: open --> accepted
     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.