Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed May 9, 2024
1 parent 980c755 commit a836677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/types/stac_fastapi/types/rfc3339.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]


# Borrowed from pystac - https://github.com/stac-utils/pystac/blob/main/pystac/utils.py#L370C1-L394C21
# Borrowed from pystac - https://github.com/stac-utils/pystac/blob/main/pystac/utils.py
def datetime_to_str(dt: datetime, timespec: str = "auto") -> str:
"""Converts a :class:`datetime.datetime` instance to an ISO8601 string in the
`RFC 3339, section 5.6
Expand Down

0 comments on commit a836677

Please sign in to comment.