We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7638187 commit ddc21e7Copy full SHA for ddc21e7
src/Epochs/utc.jl
@@ -76,7 +76,7 @@ function from_utc(year::Integer, month::Integer, day::Integer,
76
return from_utc(dt; scale=scale)
77
end
78
79
-from_utc(dt::Dates.DateTime; scale::S=TAI) where {S} = from_utc(DateTime(dt); scale)
+from_utc(dt::Dates.DateTime; scale::S=TAI) where {S} = from_utc(DateTime(dt); scale=scale)
80
81
function from_utc(dt::DateTime; scale::S=TAI) where S
82
ep = TAIEpoch(dt)
0 commit comments