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