How I can convert milliseconds (for example: 1663767945000) to %Y-%m-%d %H:%M:%S ?
I tried with a DataTimeConverter transformer but it doesn't detect the input format.
Any ideas?
Thank you.
How I can convert milliseconds (for example: 1663767945000) to %Y-%m-%d %H:%M:%S ?
I tried with a DataTimeConverter transformer but it doesn't detect the input format.
Any ideas?
Thank you.
Best answer by david_r
You can divide the milliseconds by 1000 and send it into the DateTimeConverter with something like:
Result:
1663767945000 -> 2022-09-21 13:45:45
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.