fix
This commit is contained in:
parent
21e9f1c5df
commit
187a5de2e9
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ Replace `<timestamp>` with the Unix timestamp you want to convert.
|
|||
|
||||
```python
|
||||
import time
|
||||
current_timestamp = int(time.time()) print(current_timestamp)
|
||||
current_timestamp = int(time.time())
|
||||
print(current_timestamp)
|
||||
```
|
||||
|
||||
## Considerations
|
||||
|
|
Loading…
Reference in a new issue