Skip to content

Commit 70a4209

Browse files
committed
extra '=' removed
1 parent b990b43 commit 70a4209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsing.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ end
295295

296296
_DEFAULT_TYPE_MAP[:time] = Time
297297
function pqparse(::Type{Time}, str::AbstractString)
298-
@static if v"1.6.6" <= VERSION < v"1.7.0" || VERSION >= v"1.7.2"
298+
@static if v"1.6.6" <= VERSION < v"1.7.0" || VERSION > v"1.7.2"
299299
result = tryparse(Time, str)
300300
# If there's an error we want to see it here
301301
return isnothing(result) ? parse(Time, _trunc_seconds(str)) : result

0 commit comments

Comments
 (0)