We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1ab9d commit a520f97Copy full SHA for a520f97
src/commands/datetime.ts
@@ -49,7 +49,7 @@ export default class Datetime extends Command {
49
if (flags.timezone)
50
return flags.timezone
51
else
52
- return moment.tz.guess(true)
+ return moment.tz.guess()
53
}
54
55
// tslint:disable-next-line:no-unused
0 commit comments