File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,16 @@ The final value on each cost line is a unique sequence number. This value
4141is typically an integer that increments with each line. It is required and
4242is used by the Data Manager to avoid duplicating costs.
4343
44+ The Data Manager uses the `python-dateutil `_ package to parse
45+ dates and times from the generated log lines. The package is extremely
46+ tolerant of many formats but if you are in control of the
47+ string, the preferred format would be to use a classic UTC ISO string like
48+ ``%Y-%m-%dT%H:%M:%S%z `` so that the date and time is written as::
49+
50+ 2022-03-20T10:49:41+00:00
51+
4452.. _PyPI : https://pypi.org/project/im-data-manager-job-utilities
53+ .. _python-dateutil : https://pypi.org/project/python-dateutil
4554
4655Get in touch
4756============
You can’t perform that action at this time.
0 commit comments