This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f7d3937a601 Fix date
f7d3937a601 is described below

commit f7d3937a6015394b46fa3f1030bcc0297ede283e
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Sep 9 18:54:57 2025 +0300

    Fix date
---
 data/events.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/events.ts b/data/events.ts
index a5fb8381c03..4c3d320d910 100644
--- a/data/events.ts
+++ b/data/events.ts
@@ -27,7 +27,7 @@ export const resources: Record<Category, Resource[]> = {
       description: "The Data Streaming Summit 2025 is taking place on 
September 29-30, 2025 Grand Hyatt SFO.",
       link: "https://datastreaming-summit.org/";,
       displayDate: "September 30th, 2024",
-      startDate: "2024-10-29", // year-month-day
+      startDate: "2025-09-29", // year-month-day
     },
     {
       title: "Pulsar Summit Europe 2024",

Reply via email to