Skip to content

Commit

Permalink
Add link to timezone name list
Browse files Browse the repository at this point in the history
  • Loading branch information
eliangcs committed Sep 24, 2024
1 parent 72dcad6 commit 10ff7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/oclif/commands/invoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ InvokeCommand.flags = buildFlags({
timezone: flags.string({
char: 'z',
description:
'Set the default timezone for datetime fields. If not set, defaults to America/Chicago, which matches Zapier production behavior.',
'Set the default timezone for datetime fields. If not set, defaults to America/Chicago, which matches Zapier production behavior. Find the list timezone names at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones',
default: 'America/Chicago',
}),
},
Expand Down

0 comments on commit 10ff7f7

Please sign in to comment.