Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo authored Aug 5, 2019
1 parent 2f0db01 commit b8d4411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Your milage may vary. The tests are included in this repository.
## Example use
```java
// Parse a string
final OffsetDateTime dateTime = ITU.parse("2012-12-27T19:07:22.123456789-03:00");
final OffsetDateTime dateTime = ITU.parseDateTime("2012-12-27T19:07:22.123456789-03:00");

// Format with no fraction digits
final String formatted = ITU.formatUtc(dateTime); // 2012-12-27T22:07:22Z
Expand Down

0 comments on commit b8d4411

Please sign in to comment.