---
title: influxql package
description: The influxql package provides constants for working with InfluxQL.
url: https://docs.influxdata.com/flux/v0/stdlib/internal/influxql/
estimated_tokens: 128
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/internal/influxql/
date: '2023-09-12T23:33:31-06:00'
lastmod: '2023-09-12T23:33:31-06:00'
---

* Flux 0.60.0+

InfluxDB support

The `influxql` package provides constants for working with InfluxQL.

## Constants

```js
influxql.epoch = 1970-01-01T00:00:00Z
influxql.maxTime = 2262-04-11T23:47:16.854775806Z
influxql.minTime = 1677-09-21T00:12:43.145224194Z
```

* **influxql.epoch** is the absolute time that all InfluxQL time and duration values use as a zero reference.
* **influxql.maxTime** is the latest time InfluxQL can represent.
* **influxql.minTime** is the earliest time InfluxQL can represent.
