Fix typo in date.cmd

This commit is contained in:
Marcelo Gonçalves 2019-10-01 11:21:56 -03:00 committed by GitHub
parent 219da892b2
commit 94744c626c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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