Function dePythonifyTime

  • Converts a python date time string or timestamp into a valid javascript timestamp.

    Parameters

    • time: string | number

      The time to convert.

    Returns number