Skip to content

Commit a520f97

Browse files
committed
[momentjs] - moment version fixed
Signed-off-by: Ashish Patel <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent 8e1ab9d commit a520f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/datetime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default class Datetime extends Command {
4949
if (flags.timezone)
5050
return flags.timezone
5151
else
52-
return moment.tz.guess(true)
52+
return moment.tz.guess()
5353
}
5454

5555
// tslint:disable-next-line:no-unused

0 commit comments

Comments
 (0)