iso8601

  1. peacemaker

    Android Question ISO8601 time zone

    Hi, All I need to parse ISO8601-formatted date got from API based on Django REST framework (Python language, if correct). Date sample "2018-09-03T17:20:15.841985+07:00" is parsed well (after removing "T") by DateTime.DateFormat = "yyyy-MM-dd HH:mm:ss.SSSSSSX" by B4A 8.3 and JDK v.1.8.0.x. But...
Top