File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/userguide/src/ExtendingRobotFramework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1172,13 +1172,13 @@ case-insensitive.
11721172 | bytearray _ | | | Same conversion as with bytes _ but the result is a bytearray _. | |
11731173 +-------------+---------------+------------+----------------------------------------------------------------+--------------------------------------+
11741174 | `datetime | | | Argument is expected to be a timestamp in `ISO 8601 `_ like | | `2018-09-12T15:47:05.123456 ` |
1175- | <dt-mod _>`_ | | | format `YYYY-MM-DD hh:mm:ss.mmmmmm `, where any non-digit | | `2018-09-12 15:47 ` |
1175+ | <dt-mod _>`__ | | | format `YYYY-MM-DD hh:mm:ss.mmmmmm `, where any non-digit | | `2018-09-12 15:47 ` |
11761176 | | | | character can be used as a separator or separators can be | | `2018-09-12 ` |
11771177 | | | | omitted altogether. Additionally, only the date part is | |
11781178 | | | | mandatory, all possibly missing time components are considered | |
11791179 | | | | to be zeros. | |
11801180 +-------------+---------------+------------+----------------------------------------------------------------+--------------------------------------+
1181- | date _ | | | Same conversion as with `datetime <dt-mod _>`_ but all time | | `2018-09-12 ` |
1181+ | date _ | | | Same conversion as with `datetime <dt-mod _>`__ but all time | | `2018-09-12 ` |
11821182 | | | | components are expected to be omitted or to be zeros. | |
11831183 +-------------+---------------+------------+----------------------------------------------------------------+--------------------------------------+
11841184 | timedelta _ | | | String is expected to represent a time interval in one of the | | `42 ` (42 seconds) |
You can’t perform that action at this time.
0 commit comments