Skip to content

Commit

Permalink
fixed README for ISO 8601
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Sep 23, 2023
1 parent 9ce2336 commit e7f7aec
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ This library is inspired by Rust [chrono](https://github.com/chronotope/chrono)
- Easy conversion between time zones
- Support for common date and time operations
- Compatible with the standard `time` package
- Compatible with [ISO8601](https://en.wikipedia.org/wiki/ISO_8601)
- See: [GoDoc](https://pkg.go.dev/github.com/Code-Hex/synchro/iso8601)
- Full compatible with [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) ([GoDoc](https://pkg.go.dev/github.com/Code-Hex/synchro/iso8601))
- ✅ Dates
- Years
- Calendar dates
- Week dates
- Quarter dates
- Ordinal dates
- ✅ Times
- ✅ Combined date and time representations
- ✅ Durations
- ✅ Time intervals
- Repeating intervals

## Installation

Expand Down

0 comments on commit e7f7aec

Please sign in to comment.