digicust APP Bugfix

This commit is contained in:
2023-11-24 15:37:32 +01:00
parent 584e448f53
commit e81d19c1e6

View File

@@ -573,6 +573,7 @@ Public Class cDigicustAPI
Dim dateTime As New Chilkat.CkDateTime
Dim getAsLocal As Boolean = False
jsonResp.DateOf("result.createdAt", dateTime)
'If Not IsDate(dateTime) Then dateTime.SetFromCurrentSystemTime()
dig.createdAt = dateTime.GetAsTimestamp(getAsLocal)
dig.modifiedAt = dateTime.GetAsTimestamp(getAsLocal)
dig.status = jsonResp.StringOf("result.status.value")