steamutils 1.1.36 → 1.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5057,7 +5057,7 @@ class SteamUser {
|
|
|
5057
5057
|
if (!timestampMoment.isValid()) {
|
|
5058
5058
|
console.log(`${tradehistory_date} ${tradehistory_timestamp}`);
|
|
5059
5059
|
} else {
|
|
5060
|
-
timestamp = timestampMoment.
|
|
5060
|
+
timestamp = timestampMoment.valueOf() / 1000
|
|
5061
5061
|
timestampStr = timestampMoment.format()
|
|
5062
5062
|
}
|
|
5063
5063
|
|