diff options
| author | Paul Ganssle <paul@ganssle.io> | 2020-01-02 11:30:11 -0500 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2020-01-02 14:49:50 -0500 |
| commit | 6edfecd6afb22fb2c7f0fd79259e40526fd20e2a (patch) | |
| tree | 81116c8dc388d6ceb80abbc3290b13dd3439701e /dateutil/parser | |
| parent | 110a09b4ad46fb87ae858a14bfb5a6b92557b01d (diff) | |
| download | dateutil-git-6edfecd6afb22fb2c7f0fd79259e40526fd20e2a.tar.gz | |
Update documentation links
Periodic update of all links that point to redirects or http targets
when an https target is available.
Diffstat (limited to 'dateutil/parser')
| -rw-r--r-- | dateutil/parser/_parser.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dateutil/parser/_parser.py b/dateutil/parser/_parser.py index 8d67584..0044589 100644 --- a/dateutil/parser/_parser.py +++ b/dateutil/parser/_parser.py @@ -20,11 +20,11 @@ value falls back to the end of the month. Additional resources about date/time string formats can be found below: - `A summary of the international standard date and time notation - <http://www.cl.cam.ac.uk/~mgk25/iso-time.html>`_ -- `W3C Date and Time Formats <http://www.w3.org/TR/NOTE-datetime>`_ + <https://www.cl.cam.ac.uk/~mgk25/iso-time.html>`_ +- `W3C Date and Time Formats <https://www.w3.org/TR/NOTE-datetime>`_ - `Time Formats (Planetary Rings Node) <https://pds-rings.seti.org:443/tools/time_formats.html>`_ - `CPAN ParseDate module - <http://search.cpan.org/~muir/Time-modules-2013.0912/lib/Time/ParseDate.pm>`_ + <https://metacpan.org/pod/release/MUIR/Time-modules-2013.0912/lib/Time/ParseDate.pm>`_ - `Java SimpleDateFormat Class <https://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html>`_ """ |
