Skip to content

Commit 1c005c0

Browse files
author
Alan Christie
committed
README tweak (better date/time example)
1 parent b35972f commit 1c005c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,16 @@ The final value on each cost line is a unique sequence number. This value
4141
is typically an integer that increments with each line. It is required and
4242
is 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

4655
Get in touch
4756
============

0 commit comments

Comments
 (0)