You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/usage.rst
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,22 +56,24 @@ A template can be downloaded as follows:
56
56
57
57
If the CSV file has a different header, use the option --txyz to specify the time and x-y-z columns, in that order.
58
58
The --csvStartRow option can be used to specify the first row of data in the CSV file, starting from the header row.
59
+
The --csvDateFormat option can be used to specify the date format of the time column.
60
+
Further information on valid date format strings can be found in the `Python datetime documentation <https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes>`_.
0 commit comments