Skip to content

Commit

Permalink
Clarify Julian Date reference
Browse files Browse the repository at this point in the history
  • Loading branch information
johannessen committed Oct 22, 2023
1 parent 3ebfe3d commit 1d96129
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Neo4j/Types/DateTime.pod
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ L<Neo4j::Types::DateTime> specifies the following methods.
Return the number of full days since the Unix epoch.
For C<* TIME> values, return C<undef>.

In reference to the
For the day identified by C<$days>, the
L<Julian Date|https://en.wikipedia.org/wiki/Julian_date>
C<$jd>, the day identified by C<$days> begins exactly
at C<$jd - 2440587.5>.
is exactly C<$days + 2440587.5>.

=head2 epoch

Expand Down

0 comments on commit 1d96129

Please sign in to comment.