We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c323191 commit 4470f60Copy full SHA for 4470f60
src/main/java/graphql/scalars/ExtendedScalars.java
@@ -146,7 +146,7 @@ public class ExtendedScalars {
146
* `java.time.ZonedDateTime` objects at runtime (with UTC timezone).
147
* <p>
148
* 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
+ * {@link java.time.temporal.TemporalAccessor} types and returns the number of seconds since epoch
150
* (January 1, 1970, 00:00:00 UTC).
151
152
* Using seconds since epoch is preferable to formatted date time strings in several scenarios:
0 commit comments