Skip to content

Commit

Permalink
Add a sentence about non-ISO datetime strings
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 6, 2023
1 parent 51a4425 commit ada5616
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/tutorials/advanced/date_time_charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@
)
fig.show()

###############################################################################
#
# PyGMT doesn't recognize non-ISO datetime strings like "Jun 05, 2018". If your
# data contain non-ISO datetime strings, you can convert them to a recognized
# format using :func:`pandas.to_datetime` and then pass to PyGMT.
#

###############################################################################
# Mixing and matching Python ``datetime`` and ISO dates
# -----------------------------------------------------
Expand Down

0 comments on commit ada5616

Please sign in to comment.