We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef72217 commit 0b94eb4Copy full SHA for 0b94eb4
climada/util/dates_times.py
@@ -1,8 +1,11 @@
1
"""
2
Define functions to handle dates nad times in climada
3
4
+import logging
5
import datetime as dt
6
7
+LOGGER = logging.getLogger(__name__)
8
+
9
def date_to_str(date):
10
""" Compute date string in ISO format from input datetime ordinal int.
11
0 commit comments