| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
|
|
||
| debug = append(debug, | ||
| []any{"➡️", commandDecorator + " " + gc.cmd.Binary + " " + strings.Join(gc.cmd.Args, " ")}, | ||
| []any{"➡️", commandDecorator + " " + gc.cmd.Binary + " " + strings.Join(gc.cmd.Args, " ") + " " + time.Now().Format("2006-01-02 15:04:05.000")}, |
There was a problem hiding this comment.
Not sure here it is needed but its always good idea to use utc time stamps instead of local time
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Some test cases are time-sensitive, so timestamp information is added.