mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
(trunk) #3698 "creation date of magnet links are set before the epoch." -- fixed.
This commit is contained in:
@@ -210,6 +210,9 @@ Transmission.fmt = (function()
|
||||
|
||||
timestamp: function( seconds )
|
||||
{
|
||||
if( !seconds )
|
||||
return 'N/A';
|
||||
|
||||
var myDate = new Date(seconds*1000);
|
||||
var now = new Date();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user