I have a method that returns the timestamp which is a bigint.
The built in Date method only accepts a number to create a date time. Is there another function or method that can take a bigint and convert that to a date.
Essentially something similar to Java's DateTimeFormatter class.
Also if possible is there a way to format the date as a string with the pattern "yyyyMMdd" looking for something similar to Java's
DateTimeFormat.forPattern
the timestamp is milliseconds since epoch time
let time = 1630017759934