Returns a numeric timestamp representing the date and time when the library started running. This timestamp is useful for verifying that you are attaching to the correct, currently running instance of the library.
planetcnc.starttime()
#! /usr/bin/env python import planetcnc start_time = planetcnc.starttime() print(f"Library Start Timestamp: {start_time}")