---
title: system package
description: The system package provides functions for reading values from the system.
url: https://docs.influxdata.com/flux/v0/stdlib/system/
estimated_tokens: 181
product: Flux
version: v0
---

# system package

-   Flux 0.18.0+
-   View InfluxDB support

The `system` package provides functions for reading values from the system. Import the `system` package:

```js
import "system"
```

## Functions

-   [system.time()](/flux/v0/stdlib/system/time/)
