Skip to content

Commit

Permalink
docs: extend examples
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 committed Apr 25, 2022
1 parent 4c6c5f7 commit b5e3edc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/reference/language-guide/feel-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ time("11:45:30+02:00")
time("10:31:10@Europe/Paris")

@"11:45:30"
@"13:30"
@"11:45:30+02:00"
@"10:31:10@Europe/Paris"
```
Expand Down Expand Up @@ -115,8 +116,10 @@ duration("PT2H")
duration("PT30M")
duration("P1DT6H")

@"P1DT6H"
@"P4D"
@"PT2H"
@"PT30M"
@"P1DT6H"
```

### Years-Months-Duration
Expand All @@ -132,6 +135,7 @@ duration("P6M")
duration("P1Y6M")

@"P2Y"
@"P6M"
@"P1Y6M"
```

Expand Down

0 comments on commit b5e3edc

Please sign in to comment.