We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8a12e commit b990b43Copy full SHA for b990b43
src/parsing.jl
@@ -295,7 +295,7 @@ end
295
296
_DEFAULT_TYPE_MAP[:time] = Time
297
function pqparse(::Type{Time}, str::AbstractString)
298
- @static if v"1.6.6" <= VERSION < v"1.7.0" || VERSION >= "1.7.2"
+ @static if v"1.6.6" <= VERSION < v"1.7.0" || VERSION >= v"1.7.2"
299
result = tryparse(Time, str)
300
# If there's an error we want to see it here
301
return isnothing(result) ? parse(Time, _trunc_seconds(str)) : result
0 commit comments