From aef8856c1b2967c31c5146e4bcdd92c98c5875ba Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 6 Jul 2024 13:18:22 +0530 Subject: [PATCH] Use complete ISO DateTime for luau post --- src/content/posts/luau-for-js-devs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/posts/luau-for-js-devs/index.md b/src/content/posts/luau-for-js-devs/index.md index c13d797..dcb0324 100644 --- a/src/content/posts/luau-for-js-devs/index.md +++ b/src/content/posts/luau-for-js-devs/index.md @@ -1,6 +1,6 @@ --- title: Luau for JS Devs -published: 2024-07-05 +published: 2024-07-05T15:24:32 description: 'An introduction to Luau for JavaScript developers' image: './cover.png' tags: ['tooling', 'languages', 'web-development', 'luau', 'javascript']