Function fromMomentStamp

Converts a timestamp to a moment in time.

  • Parameters

    • stamp: number

      The timestamp to convert.

    • dimension: ManipulateType = DIMENSION

      The dimension to add to the timestamp. Defaults to DIMENSION.

    Returns Dayjs

    • The moment in time corresponding to the timestamp.