Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHow can i know the torrent file created time ? #1099
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
a magnet URI won't ever show the torrent's created time. A torrent file will have |
This comment has been minimized.
This comment has been minimized.
|
got it. Thanks. |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.

How can i know the torrent file created time? i can't find the created time information in torrent.
client.add(magnetURI, function (torrent) {
console.log(torrent) // none of created time information
});