mirror of
https://github.com/nushell/nushell.git
synced 2025-07-11 03:45:51 +02:00
Fix into datetime example parameter type (#862)
This commit is contained in:
@ -121,7 +121,7 @@ impl Command for SubCommand {
|
|||||||
Example {
|
Example {
|
||||||
description:
|
description:
|
||||||
"Convert timestamp (no larger than 8e+12) to datetime using a specified timezone offset (between -12 and 12)",
|
"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,
|
result: None,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user