neomatrixcode / Faker.jl

generator of fake data for julia
https://faker.vercel.app/
MIT License
52 stars 11 forks source link

Conversion error on mac with Faker.date_time_ad() #5

Closed abhijithch closed 7 years ago

abhijithch commented 8 years ago

Call to the function Faker.date_time_ad() gives the below error on OSX. Julia version is 0.4.2.

ERROR: MethodError:converthas no method matching convert(::Type{AbstractString}, ::DateTime)

neomatrixcode commented 8 years ago

The problem has been corrected in the new version https://github.com/codeneomatrix/Faker.jl/releases/tag/0.0.3 Thanks for report