Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>change-abs-timeNew to Visual Studio Code? Get it now.
change-abs-time

change-abs-time

zx

|
12 installs
| (0) | Free
将文件中的相对时间替换为绝对时间
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

change-abs-time README

Features

将文件中的相对时间修改为绝对正常日期时间.

使用方法:

ctrl+shift+p

chang abs time

输入时间

示例

原始内容

<6>[    0.000000] abc
<6>[    0.000250] abc
<6>[    0.000276] abc
<6>[    0.060062] abc
<6>[    0.060159] abc
<6>[    0.060173] abc

替换后

<6>[2023-08-24 02:23:41.000][    0.000000] abc
<6>[2023-08-24 02:23:41.000][    0.000250] abc
<6>[2023-08-24 02:23:41.000][    0.000276] abc
<6>[2023-08-24 02:23:41.060][    0.060062] abc
<6>[2023-08-24 02:23:41.060][    0.060159] abc
<6>[2023-08-24 02:23:41.060][    0.060173] abc
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft