Skip to content

Commit

Permalink
Update README with development status (#3)
Browse files Browse the repository at this point in the history
Update README with development status
  • Loading branch information
zdryan authored Jul 15, 2023
1 parent dfccc4d commit a931b4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ nanomath --format ns '2004-11-23T12:30:00Z + 4Y - 10D - (12h + 30m)' # 122644800
nanomath --format m '2008-11-12T00:00:00Z - 2004-11-23T12:30:00Z' # 2087250m
```

- Supports `ns`, `us`, `ms`, `s`, `m`, `h`, `D`, `W`, `M` and `Y` suffixes.
- Timezone designators (according to the following [TZ identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)) are supported, albeit with minimal testing.

:wrench: *nanomath* is currently under active development.

## Build
```bash
git clone https://github.com/zdryan/nanomath
Expand Down

0 comments on commit a931b4f

Please sign in to comment.