Deprecated call to trunc in loading.jl

The following line needs to be updated for v0.7:
https://github.com/JuliaLang/julia/blob/master/base/loading.jl#L1391

trunc(ftime_req, 6) => trunc(ftime_req; digits=6)