time zone

  1. ALBRECHT

    Android Question changing date timezone with DateUtils

    hello, to check the DateUtils.SetDateAndTime2 timestamp, I had trying that code : 'for the datetime = 08/05/2019 14:43:00 Dim mats As Long = DateUtils.SetDateAndTime2(2019, 8, 5, 14, 43, 0, 1) 'with UTC/GMT + 1 Log(mats) 'return : 1565012580000 Dim MyDate As Long =...
  2. 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