mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +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
|
||||
|
||||
--utc
|
||||
Returns da current date and time in UTC
|
||||
Returns the current date and time in UTC
|
||||
|
||||
--local
|
||||
Returns da current date and time in your local timezone
|
||||
Returns the current date and time in your local timezone
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue