MongoDB Timestamp field

Hi,
I was using Metabase 0.35.x where mongoDB timestamp field was showing as a date-time field (yyyy-mm-dd hh:mm).


I upgraded now to metabase 0.41.2, and the timestamp field is coming in seconds.

Please help

@flamber pls help

@Sahil You need to change the casting in Admin > Data Model > (db) > (table) > (field) :gear: > Casting
https://www.metabase.com/docs/latest/administration-guide/03-metadata-editing.html#casting-to-a-specific-data-type

It worked. Thanks @flamber