We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5985bd8 commit a598fc2Copy full SHA for a598fc2
src/deploy.ts
@@ -850,7 +850,7 @@ function formatAge(age: number): string {
850
const hours = Math.round(age / 1000 / 60 / 60);
851
return `${hours} hour${hours === 1 ? "" : "s"} ago`;
852
}
853
- return `at ${new Date(Date.now() - age).toLocaleString("en")}`;
+ return `at ${new Date(Date.now() - age).toLocaleString("sv")}`;
854
855
856
async function readCacheFile(sourceRoot: string, path: string): Promise<string> {
0 commit comments