diff --git a/src/app/conf/2024/speak/index.mdx b/src/app/conf/2024/speak/index.mdx index c515752a03..91c1af4a7d 100644 --- a/src/app/conf/2024/speak/index.mdx +++ b/src/app/conf/2024/speak/index.mdx @@ -10,14 +10,18 @@ Proposals (CFP) and sharing your experience across a wide range of topics. For any questions regarding the CFP process, please email cfp@linuxfoundation.org. -export const isExpired = new Date() > new Date("2024/05/22 12:00") +export const isExpired = new Date(new Date().toLocaleString("en-US", { + timeZone: "America/Los_Angeles" +})) > new Date(new Date("2024/06/02 23:50").toLocaleString("en-US", { + timeZone: "America/Los_Angeles" +})) > Please be aware that the Linux Foundation will now be utilizing Sessionize for CFP