Skip to content

Commit b051cee

Browse files
authored
Merge pull request #27 from priyaaggarwal24/time_scalar_type
Updated Time scalar parsed value java type readme.md to java.time.OffsetTime
2 parents 5822e70 + 0c27f99 commit b051cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ And use it in your schema
3939
`java.time.OffsetDateTime` objects at runtime
4040
* `Time`
4141
* An RFC-3339 compliant time scalar that accepts string values like `16:39:57-08:00` and produces
42-
`java.time.LocalDate` objects at runtime
42+
`java.time.OffsetTime` objects at runtime
4343
* `Date`
4444
* An RFC-3339 compliant date scalar that accepts string values like `1996-12-19` and produces
4545
`java.time.LocalDate` objects at runtime

0 commit comments

Comments
 (0)