steamutils 1.1.27 → 1.1.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5050,7 +5050,7 @@ class SteamUser {
5050
5050
  if (!timestampMoment.isValid()) {
5051
5051
  console.log(`${tradehistory_date} ${tradehistory_timestamp}`);
5052
5052
  } else {
5053
- timestamp = timestampMoment.unix()
5053
+ timestamp = timestampMoment.local(true).unix()
5054
5054
  }
5055
5055
 
5056
5056
  const tradehistory_event_description_el = tradehistoryrow_el.find('.tradehistory_event_description')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",