This commit is contained in:
JMARyA 2024-02-08 17:37:06 +01:00
parent 21e9f1c5df
commit 187a5de2e9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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