Is there a function can convert bigint to date ? I store timestamp in memory and want to view as date(like `yyyy-MM-dd` ) when analysis heap. Tried `from_unixtime()` but not work.