Skip to content

Commit ddc21e7

Browse files
committed
Try again
1 parent 7638187 commit ddc21e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Epochs/utc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function from_utc(year::Integer, month::Integer, day::Integer,
7676
return from_utc(dt; scale=scale)
7777
end
7878

79-
from_utc(dt::Dates.DateTime; scale::S=TAI) where {S} = from_utc(DateTime(dt); scale)
79+
from_utc(dt::Dates.DateTime; scale::S=TAI) where {S} = from_utc(DateTime(dt); scale=scale)
8080

8181
function from_utc(dt::DateTime; scale::S=TAI) where S
8282
ep = TAIEpoch(dt)

0 commit comments

Comments
 (0)