Skip to content

Commit

Permalink
Merge pull request #33 from pganssle/parser-docfix
Browse files Browse the repository at this point in the history
Markdown -> RST.
  • Loading branch information
pganssle committed Feb 9, 2015
2 parents 217753e + 1334847 commit 0b5771a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions dateutil/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
most known formats to represent a date and/or time.
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)
- [Time Formats (Planetary Rings Node)](http://pds-rings.seti.org/tools/time_formats.html)
- [CPAN ParseDate module](http://search.cpan.org/~muir/Time-modules-2013.0912/lib/Time/ParseDate.pm)
- [Java SimpleDateFormat Class](https://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html)
- `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>`_
- `Time Formats (Planetary Rings Node) <http://pds-rings.seti.org/tools/time_formats.html>`_
- `CPAN ParseDate module
<http://search.cpan.org/~muir/Time-modules-2013.0912/lib/Time/ParseDate.pm>`_
- `Java SimpleDateFormat Class
<https://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html>`_
"""
from __future__ import unicode_literals

Expand Down

0 comments on commit 0b5771a

Please sign in to comment.