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

Convert epoch to human readable date

Joon
Regular Contributor II
Regular Contributor II

Hello All,

I am trying to import users with some attributes that formatted by epoch.

I tried some approaches found here in the forum but none of them seem to work.

our version is 5.5sp3, Could I have any advice ?

below are what i have tried

- "CREATED_ON":"new java.text.SimpleDateFormat('yyyy-mm-dd').parse(new java.time.Instant().ofEpochMilli(createdAt))~#~date"

-"CREATED_ON":"createdAt~#~epochdate",

-customproperty7":"createdAt~#~millisec

Who Me Too'd this topic