Skip to content

Commit b952fc5

Browse files
1dylan1diesieben07
andauthored
Include documentation that toSeconds() returns a floating point number (#1681)
--------- Co-authored-by: Take Weiland <[email protected]>
1 parent 42a4699 commit b952fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datetime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ export default class DateTime {
20302030
}
20312031

20322032
/**
2033-
* Returns the epoch seconds of this DateTime.
2033+
* Returns the epoch seconds (including milliseconds in the fractional part) of this DateTime.
20342034
* @return {number}
20352035
*/
20362036
toSeconds() {

0 commit comments

Comments
 (0)