Skip to content

Commit

Permalink
import monthday explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Dec 3, 2018
1 parent 4ea7a27 commit e90ca10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/time.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ if VERSION >= v"0.7.0-beta.0"
import Dates: UTInstant, Millisecond
import Dates: year, month, day, hour, minute, second, millisecond
import Dates: daysinmonth, daysinyear, yearmonthday, yearmonth
import Dates: monthday
else
import Base.Dates: UTInstant, Millisecond
import Base.Dates: year, month, day, hour, minute, second, millisecond
import Base.Dates: daysinmonth, daysinyear, yearmonthday, yearmonth
import Base.Dates: monthday
end

import Base: +, -, isless, string, show, convert, reinterpret
Expand Down

0 comments on commit e90ca10

Please sign in to comment.