Skip to content

Commit 4470f60

Browse files
authored
Update ExtendedScalars.java
1 parent c323191 commit 4470f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/graphql/scalars/ExtendedScalars.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public class ExtendedScalars {
146146
* `java.time.ZonedDateTime` objects at runtime (with UTC timezone).
147147
* <p>
148148
* Its {@link graphql.schema.Coercing#serialize(java.lang.Object)} method accepts various
149-
* {@link java.time.temporal.TemporalAccessor} types and returns a string containing the number of seconds since epoch
149+
* {@link java.time.temporal.TemporalAccessor} types and returns the number of seconds since epoch
150150
* (January 1, 1970, 00:00:00 UTC).
151151
* <p>
152152
* Using seconds since epoch is preferable to formatted date time strings in several scenarios:

0 commit comments

Comments
 (0)