-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: "Get Current Time" | ||
author: "Gerred Dillon <[email protected]>, Shahar Frank <[email protected]>, Joshua Chan <[email protected]>" | ||
description: "Get the current time with `format` and `utcOffset`" | ||
description: "Get the current time with `format`, `utcOffset` and `timezone`" | ||
branding: | ||
icon: clock | ||
color: blue | ||
inputs: | ||
format: | ||
description: "Time format to use using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/)" | ||
description: "Time format to use - using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/)" | ||
required: false | ||
utcOffset: | ||
description: "UTC offset to use using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/)" | ||
description: "UTC offset to use - using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/)" | ||
required: false | ||
timezone: | ||
description: "Timezone to use using [moment-timezone list](https://gist.github.com/diogocapela/12c6617fc87607d11fd62d2a4f42b02a) (overrides utcOffset)" | ||
description: "Timezone to use - using [moment-timezone list](https://gist.github.com/diogocapela/12c6617fc87607d11fd62d2a4f42b02a) (overrides utcOffset)" | ||
required: false | ||
outputs: | ||
time: | ||
|