mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Fix into datetime example parameter type (#862)
This commit is contained in:
parent
267ff4b0cf
commit
9926561dd7
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ impl Command for SubCommand {
|
|||
Example {
|
||||
description:
|
||||
"Convert timestamp (no larger than 8e+12) to datetime using a specified timezone offset (between -12 and 12)",
|
||||
example: "'1614434140' | into datetime -o '+9'",
|
||||
example: "'1614434140' | into datetime -o +9",
|
||||
result: None,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue