geer-builder 1.2.917 → 1.2.918

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.
@@ -178,7 +178,8 @@ export default
178
178
  let exp_result = this.$_checkSlotExpirationLocal(slot, this.public_settings);
179
179
  if (exp_result.expiration_enabled && exp_result.expiration_date)
180
180
  {
181
- return this.$_formatDate(exp_result.expiration_date);
181
+ let d = exp_result.expiration_date;
182
+ return this.$_formatDate({ seconds: Math.floor(d.getTime() / 1000) });
182
183
  }
183
184
  }
184
185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.917",
3
+ "version": "1.2.918",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {