diff options
author | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2024-04-15 13:21:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 13:21:29 +0200 |
commit | 47f6d3507f772f5c09a89cfb89a6bf63ca9b58a7 (patch) | |
tree | f346709afe7439f4d4efce135cc322beda8f585f | |
parent | a3f0e8ea0ddc19fe6f1aeb62de01f1821208c8fe (diff) | |
download | cph-rust-website-47f6d3507f772f5c09a89cfb89a6bf63ca9b58a7.zip |
Fix event DST and order
-rw-r--r-- | events.toml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/events.toml b/events.toml index cd2f176..f5032d4 100644 --- a/events.toml +++ b/events.toml @@ -1,16 +1,6 @@ [[upcoming]] -title = "Meetup #46" -date = 2024-04-25 18:00:00+01:00 -venue = "Nine A/S" -address = "Kongens Nytorv 18, 1050 København" -url = "" -content = """ -TBA -""" - -[[upcoming]] title = "Hacknight #4" -date = 2024-04-16 17:00:00+01:00 +date = 2024-04-16 17:00:00+02:00 venue = "KEA" address = "Guldbergsgade 29N" url = "https://www.meetup.com/copenhagen-rust-community/events/300369805/" @@ -31,6 +21,16 @@ https://github.com/dtolnay/proc-macro-workshop</p> We kindly remind you to cancel your RSVP a day before if you can't make it so that others may attend.</p> """ +[[upcoming]] +title = "Meetup #46" +date = 2024-04-25 18:00:00+02:00 +venue = "Nine A/S" +address = "Kongens Nytorv 18, 1050 København" +url = "" +content = """ +TBA +""" + [[recent]] title = "Meetup #45" date = 2024-03-27 18:00:00+01:00 |