Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Unable to convert epoch date into Saviynt Date format (Human Readable)

siddjangir
New Contributor
New Contributor

Hi Team/ @Srinivas 

I am facing this problem which is same as existing thread on this forum: 

https://forums.saviynt.com/t5/identity-governance/convert-epoch-to-human-readable-date/m-p/19793/thr...

SuccessFactor - Epoch to Human readable date forma... - Saviynt Forums - 14169

 

We are using Saviynt v23.3, I am trying to convert an epoch date format in my ImportAccountEntJSON, below is the JSON code:
 
"customproperty2": "userSystemInfo.lastLoginDate~#~epochdate",
 
I have tried mutliple parameters like below instead of epochdate:
  • customDate
  • millisec
  • customDate
  • WinepochDate
  • Winepoch-customDate
  • UnixepochDate
However, I am getting the below output, for example:
 
55557-04-02 14:52:01
 
Can you please suggest what is the correct parameter to use here?
7 REPLIES 7

rushikeshvartak
All-Star
All-Star

Which connector ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

siddjangir
New Contributor
New Contributor

REST

Try below
"customproperty2": "userSystemInfo~dot#lastLoginDate~#~epochdate",
 

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

siddjangir
New Contributor
New Contributor

Still the same result.

siddjangir_0-1691551520487.png

 

Share API response


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

siddjangir
New Contributor
New Contributor

siddjangir_0-1691554082879.png

 

siddjangir
New Contributor
New Contributor

Any luck @rushikeshvartak ? Thanks.