mirror of
https://github.com/nushell/nushell
synced 2025-01-27 20:35:43 +00:00
Fix typo in date.cmd
This commit is contained in:
parent
219da892b2
commit
94744c626c
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ Use `date` to get the current date and time. Defaults to local timezone but you
|
||||||
## Flags
|
## Flags
|
||||||
|
|
||||||
--utc
|
--utc
|
||||||
Returns da current date and time in UTC
|
Returns the current date and time in UTC
|
||||||
|
|
||||||
--local
|
--local
|
||||||
Returns da current date and time in your local timezone
|
Returns the current date and time in your local timezone
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue