steamutils 1.1.32 → 1.1.33
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -5046,8 +5046,7 @@ class SteamUser {
|
|
5046
5046
|
|
5047
5047
|
let timestamp = 0
|
5048
5048
|
let timestampStr = `${tradehistory_date} ${tradehistory_timestamp}`
|
5049
|
-
|
5050
|
-
const timestampMoment = moment(`${tradehistory_date} ${tradehistory_timestamp}`, `D MMM, YYYY h:mma`, true).local(true)
|
5049
|
+
const timestampMoment = moment.utc(`${tradehistory_date} ${tradehistory_timestamp}`, `D MMM, YYYY h:mma`, true)
|
5051
5050
|
if (!timestampMoment.isValid()) {
|
5052
5051
|
console.log(`${tradehistory_date} ${tradehistory_timestamp}`);
|
5053
5052
|
} else {
|