From aa4ad6db76c36d14a94437e2c01a74d84070b77f Mon Sep 17 00:00:00 2001 From: Dor Blayzer <59066376+Dor-bl@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:08:22 +0200 Subject: [PATCH] docs: remove emoji flag from `mobile: getDeviceTime` Example (#2504) --- docs/reference/execute-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/execute-methods.md b/docs/reference/execute-methods.md index 18a4253f7..a17b0aed4 100644 --- a/docs/reference/execute-methods.md +++ b/docs/reference/execute-methods.md @@ -518,7 +518,7 @@ Returns the actual device time. Name | Type | Required | Description | Example --- | --- | --- | --- | --- -format | string | no | The format specifier string. Read [MomentJS documentation](https://momentjs.com/docs/) to get the full list of supported datetime format specifiers. The default format is `YYYY-MM-DDTHH:mm:ssZ`, which complies to ISO-8601 | YYYY-MM-DD HH:mm:ss +format | string | no | The format specifier string. Read [MomentJS documentation](https://momentjs.com/docs/) to get the full list of supported datetime format specifiers. The default format is `YYYY-MM-DDTHH:mm:ssZ`, which complies to ISO-8601 | `YYYY-MM-DD HH:mm:ss` #### Returned Result