Function fromTimeStamp

Converts a timestamp to a date and time using dayjs library.

  • Parameters

    • stamp: number

      The timestamp to convert.

    Returns Dayjs

    The date and time corresponding to the given timestamp.