dates-le 0.2.0

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
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!-- 1999-12-31 was the launch, and must not be found -->
<feed>
  <entry>
    <published>2024-01-15T10:30:45Z</published>
    <updated><!-- café — naïve, 1998-01-01 -->2024-01-15</updated>
  </entry>
  <!--
    2001-01-01 across
    2002-02-02 several lines
  -->
  <entry>
    <title>Résumé — año</title>
    <published>2024-06-01T00:00:00Z</published>
  </entry>
</feed>