Skip to content

Commit

Permalink
Fix readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeform committed Oct 3, 2023
1 parent 03c1859 commit 39ad691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var ts = parseTs(
## Format Timestamps

```Nim
echo formatTs(
echo format(
ts,
"{year/4}-{month/2}-{day/2}T{hour/2}:{minute/2}:{second/2}Z",
)
Expand All @@ -75,7 +75,7 @@ cal.toEndOf(Month)
## Use Timezones

```Nim
echo formatTs(
echo format(
ts,
"{year/4}-{month/2}-{day/2}T{hour/2}:{minute/2}:{second/2}Z",
tzName = "America/Los_Angeles"
Expand Down

0 comments on commit 39ad691

Please sign in to comment.