cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lynn_tran
Level 2

date format data return from manage device Restful API service

Jump to solution

I am using a RESTful web service provided by Revenera to retrieve device information with activation Ids and having difficulty understanding the date format return by the service.  See snippet below.  I am wondering if you know a contact from Revenera to assist with this.  Thanks for your assistance.

REST service end point manage-device-service-rest-controller

/flexnet/operations/manageDevice/devices

 

FORMAT OF LAST MODIFED DATE

"lastModifiedDate":1611874394937

0 Kudos
(1) Solution
mrathinam
Revenera Moderator Revenera Moderator
Revenera Moderator

@lynn_tran I took an example of an AVEVA  product in the list 

last modified date for device.JPG

"lastModifiedDate":1617037255793 (last 3 digit is milliseconds) and you can use a Unix time converter like below  as an example  https://www.epochconverter.com/

correct last modified date.JPG

FNO UI with last modified.JPG

Hope this helps. 

Best Regards,

Mani. 

View solution in original post

0 Kudos
(1) Reply
mrathinam
Revenera Moderator Revenera Moderator
Revenera Moderator

@lynn_tran I took an example of an AVEVA  product in the list 

last modified date for device.JPG

"lastModifiedDate":1617037255793 (last 3 digit is milliseconds) and you can use a Unix time converter like below  as an example  https://www.epochconverter.com/

correct last modified date.JPG

FNO UI with last modified.JPG

Hope this helps. 

Best Regards,

Mani. 

0 Kudos