Fix test with timezone

This commit is contained in:
Gregory Schier
2025-09-25 08:03:07 -07:00
parent 3c438b3da7
commit b77f1375fd
4 changed files with 21 additions and 6 deletions

7
package-lock.json generated
View File

@@ -812,6 +812,12 @@
"w3c-keyname": "^2.2.4"
}
},
"node_modules/@date-fns/tz": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@date-fns/tz/-/tz-1.4.1.tgz",
"integrity": "sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==",
"license": "MIT"
},
"node_modules/@esbuild/aix-ppc64": {
"version": "0.25.6",
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.6.tgz",
@@ -18949,6 +18955,7 @@
"name": "@yaak/template-function-timestamp",
"version": "0.1.0",
"dependencies": {
"@date-fns/tz": "^1.4.1",
"date-fns": "^4.1.0"
}
},