Commit a72defb7 authored by Brian Brazil's avatar Brian Brazil Committed by GitHub

Merge pull request #591 from prometheus/brian-brazil-patch-1

Document minute()
parents 5018d734 b8446e8c
......@@ -276,6 +276,11 @@ The special cases are equivalent to those in `ln`.
`log10(v instant-vector)` calculates the decimal logarithm for all elements in `v`.
The special cases are equivalent to those in `ln`.
## `minute()`
`minute(v=vector(time()) instant-vector)` returns the minute of the hour for each
of the given times in UTC. Returned values are from 0 to 59.
## `month()`
`month(v=vector(time()) instant-vector)` returns the month of the year for each
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment