Skip to content

Commit ed08ab4

Browse files
committed
Fix format hint for Alt-T
1 parent 190d8bf commit ed08ab4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/view/navigation.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ impl Navigation for Cursive {
180180
.title("Set the time interval")
181181
.content(
182182
LinearLayout::vertical()
183-
.child(TextView::new("format: YYYY-MM-DD hh:mm:ss"))
183+
.child(TextView::new(
184+
"format: YYYY-MM-DDTHH:MM:SS[.ssssss][±hh:mm|Z]",
185+
))
184186
.child(DummyView)
185187
.child(TextView::new("start:"))
186188
.child(EditView::new().with_name("start"))

0 commit comments

Comments
 (0)