mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 10:29:25 +01:00
Geography: Fix typo, preventing exclusion of non-constant offset statements on timezones
eg. it did not exclude the offsets from Q941023 (Eastern Time Zone)
This commit is contained in:
parent
0a6f598295
commit
3b7379ec0f
@ -90,7 +90,7 @@ SELECT ?item ?itemLabel ?rank ?endtime ?appliestopart ?utcoffset ?tzid (MIN(?are
|
||||
?utcoffset_statement ps:P2907 ?utcoffset.
|
||||
|
||||
FILTER NOT EXISTS {
|
||||
?utcoffset_statement wdt:P1264 ?utcoffset_validinperiod.
|
||||
?utcoffset_statement pq:P1264 ?utcoffset_validinperiod.
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user