We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a97ed commit 9a484d5Copy full SHA for 9a484d5
src/time.jl
@@ -23,7 +23,7 @@ const DN_GREGORIAN_CALENDAR = -100840 + DATENUM_OFFSET
23
# returns 0000-12-31T00:00:00
24
# 678576 is the output of datenum_prolepticgregorian(-1,12,31)
25
26
-const DATETIME_OFFSET = Dates.Millisecond(678576 * (24*60*60*1000))
+const DATETIME_OFFSET = Dates.Millisecond(678576 * (24*60*60*Int64(1000)))
27
28
29
"""
0 commit comments