module 'pyqtgraph' has no attribute 'epoch'
时间: 2023-09-05 07:12:41 浏览: 102
求解报错:AttributeError:module ‘os’ has no attribute ‘exit’
Linux时间戳是指从197年1月1日时分秒(UTC)起至现在的总秒数,也称为Unix时间戳。要将Linux时间戳转换为日期,可以使用date命令。具体操作如下:
1. 打开终端,输入以下命令:
```
date -d @时间戳
```
其中,@时间戳是指要转换的Linux时间戳,可以是整数或浮点数。
2. 按回车键执行命令,即可在终端中看到转换后的日期和时间。
例如,要将Linux时间戳153789120转换为日期,可以输入以下命令:
```
date -d @153789120
```
执行后,终端会显示:
```
Wed Sep 26 08:00:00 CST 2018
```
即表示Linux时间戳153789120对应的日期为2018年
阅读全文