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
description: "Get the current time with `format`and `utcOffset`"
3
+
description: "Get the current time with `format`, `utcOffset` and `timezone`"
4
4
branding:
5
5
icon: clock
6
6
color: blue
7
7
inputs:
8
8
format:
9
-
description: "Time format to use using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/)"
9
+
description: "Time format to use - using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/)"
10
10
required: false
11
11
utcOffset:
12
-
description: "UTC offset to use using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/)"
12
+
description: "UTC offset to use - using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/)"
13
13
required: false
14
14
timezone:
15
-
description: "Timezone to use using [moment-timezone list](https://gist.github.com/diogocapela/12c6617fc87607d11fd62d2a4f42b02a) (overrides utcOffset)"
15
+
description: "Timezone to use - using [moment-timezone list](https://gist.github.com/diogocapela/12c6617fc87607d11fd62d2a4f42b02a) (overrides utcOffset)"
0 commit comments