@dative-gpi/foundation-shared-services 1.0.14 → 1.0.15

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.
@@ -164,7 +164,7 @@ export const useAppTimeZone = () => {
164
164
  if (epoch == null || !isFinite(epoch)) {
165
165
  return "";
166
166
  }
167
- return format(epoch, ISO_FORMAT);
167
+ return format(epoch - getOffsetMachine(), ISO_FORMAT);
168
168
  };
169
169
 
170
170
  const ready = computed(() => timeZone.value !== null);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-services",
3
3
  "sideEffects": false,
4
- "version": "1.0.14",
4
+ "version": "1.0.15",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,7 +10,7 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "1.0.14"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.15"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@dative-gpi/bones-ui": "^0.0.75",
@@ -18,5 +18,5 @@
18
18
  "vue": "^3.4.29",
19
19
  "vue-router": "^4.3.0"
20
20
  },
21
- "gitHead": "e073c5a79111956c451fe05f19c7829246d4784e"
21
+ "gitHead": "0d954dc13c1fbf94cbaae8c75b8f10b474baa9e4"
22
22
  }