From f4dea43d9f067426ba312cae679a8c71a245191e Mon Sep 17 00:00:00 2001 From: CleverSource Date: Tue, 22 Apr 2025 09:33:25 -0400 Subject: [PATCH] Quick fix in documentation --- types/datetime.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/datetime.luau b/types/datetime.luau index 4020472..0df3785 100644 --- a/types/datetime.luau +++ b/types/datetime.luau @@ -274,7 +274,7 @@ export type DateTime = typeof(DateTime) print(now:toIsoDate()) -- Formats the current moment in time as an RFC 2822 string - print(now:toRfcDate()) + print(now:toRfc2822()) -- Formats the current moment in time, using the local -- time, the French locale, and the specified time string