-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit for adding available_time_ranges to docs (#3578)
- Loading branch information
1 parent
aab5586
commit cba7807
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Rill extensions to ISO 8601 | ||
description: All the extensions options to the standard ISO 8601 duration standard | ||
sidebar_label: Rill extensions to ISO 8601 | ||
sidebar_position: 13 | ||
--- | ||
|
||
We have extended the ISO 8601 standard to specify ranges like `Week-to-Date`. | ||
|
||
### Extensions | ||
|
||
| Rill ISO extension | Description | As Time Range | As Time Comparison | | ||
|--------------------|------------------|---------------|--------------------| | ||
| inf | All time | Yes | No | | ||
| rill-TD | Today | Yes | No | | ||
| rill-WTD | Week to Date | Yes | No | | ||
| rill-MTD | Month to Date | Yes | No | | ||
| rill-QTD | Quarter to Date | Yes | No | | ||
| rill-YTD | Year to Date | Yes | No | | ||
| rill-YTD | Year to Date | Yes | No | | ||
| rill-PP | Last Period | No | Yes | | ||
| rill-PD | Previous Day | No | Yes | | ||
| rill-PW | Previous Week | No | Yes | | ||
| rill-PM | Previous Month | No | Yes | | ||
| rill-PQ | Previous Quarter | No | Yes | | ||
| rill-PY | Previous Year | No | Yes | | ||
|