blob: 07df1b2be3a051c4cc54c5ab729ce3830e96c5f2 (
plain)
1
2
3
4
5
6
7
|
[1m[31m✘ error[0m: invalid timestamp: 2022-06-16Tabc
[1m[31mreason[0m: the leading part of the timestamp was matched, however, the trailing text “Tabc” was not
[36m --> [0m[1mcommand-option[0m:1
[36m | [0m[37m[40m:[0m[1m[36m[40mgoto[0m[37m[40m 2022-06-16Tabc [0m
[36m | [0m[37m[40m [0m[32m[40m^--^ unrecognized input[0m[37m[40m [0m
[36m =[0m [36mnote[0m: input matched time format “%Y-%m-%d”
[36m =[0m [36mhelp[0m: fix the timestamp or remove the trailing text
|