EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the start time (in nanosecond unix time format) of a pod from its pod ID.
The start time (as an integer) for the Pod ID passed in.
| Variable | Type | Description |
|---|---|---|
| pod_id | STRING | The Pod ID of the Pod to get the start time for. |
df.pod_start_time = px.pod_id_to_start_time(df.pod_id)