@backblaze-labs/b2-mcp
    Preparing search index...

    Function dateFromTimestamp

    • Convert an optional millisecond timestamp into a Date.

      Parameters

      • value: number | undefined

        Epoch millisecond timestamp.

      Returns Date | undefined

      A Date when the timestamp is present, otherwise undefined.