dates-le 0.2.2

Extract every date and timestamp, and the exact instant each one resolves to
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<meta property="date" content="2024-01-15T10:30:45Z">
<article>
  <time datetime="2024-01-15">15 January 2024</time>
  <time
    datetime="2024-06-01T00:00:00Z"
  >1 June 2024</time>
  <p>Published 2024-01-15 and revised 12/31/2024 23:59:59.</p>
</article>
<script type="application/ld+json">
  { "datePublished": "2024-01-15T10:30:45Z", "dateModified": "March 5, 2024" }
</script>