Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Jan 22, 2024
1 parent e9a4a3c commit 9b10548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ethlo/time/DateTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ else if (temporalField.equals(ChronoField.INSTANT_SECONDS))

/**
* <p>This method will attempt to create an Instant from whatever granularity is available in the parsed year/date/date-time.</p>
* <p>Missing fields will be replaced by their lowest allowed value, like 1 for month and day, 0 for any time component.</p>
* <p>Missing fields will be replaced by their lowest allowed value: 1 for month and day, 0 for any missing time component.</p>
* <p>NOTE: If there is no time-zone defined, UTC will be assumed</p>
*
* @return An instant representing the point in time.
Expand Down

0 comments on commit 9b10548

Please sign in to comment.