dateutil.parser.parse
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
dateutil.parser.parse has 10 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Mostly:rdf:type(2), full name(1), capability(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedFull NamefullName
- dateutil.parser.parse[1]sourceall time · Ec005490 6828 4265 Ad80 634383031b03
Inbound mentions (7)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
usesUses(2)
- Determine Original Format
ex:determine_original_format - Extract Date Format
ex:extract_date_format
usesLibraryUses Library(2)
- Python Script
ex:python-script - Standardize Date
standardize_date
justifiesJustifies(1)
- Robustness Point
ex:robustness-point
supportsSupports(1)
- Point 1
ex:point-1
usesParserUses Parser(1)
- Extract Date Format Function
ex:extract-date-format-function
Other facts (8)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Parsing Function | [1] |
| Rdf:type | Python Library | [2] |
| Capability | Wide Variety of Date Formats | [1] |
| Import Path | dateutil | [1] |
| Provides | parser | [2] |
| Provides Function | parser.parse | [2] |
| Specializes in | date parsing | [2] |
| Enables | date parsing | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:claims/beam/ec005490-6828-4265-ad80-634383031b03- full textbeam-chunktext/plain1 KB
doc:beam/ec005490-6828-4265-ad80-634383031b03Show excerpt
# Configure logging logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__) def standardize_date(date_string): try: # Try to parse the date using dateutil date = parse(date_string) return da…
ctx:claims/beam/357f70cd-40ea-4830-ac9b-daccfab9a4d4- full textbeam-chunktext/plain1 KB
doc:beam/357f70cd-40ea-4830-ac9b-daccfab9a4d4Show excerpt
[Turn 4498] User: I'm trying to identify the root cause of inconsistent date formats in my metadata. Can you help me write a script to analyze the date formats in a dataset of 15K documents and pinpoint the most common formats? ``` import p…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.