From 02dcd53982845bdee39f7d89a7fc5b453c391fc3 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Wed, 3 Jun 2026 16:00:41 +0200 Subject: [PATCH 1/2] Convert posts with outlier date format to ISO 8601 instant format --- _posts/2019-05-05-quarkus-has-a-new-logo.adoc | 2 +- _posts/2019-05-08-welcome.adoc | 2 +- _posts/2019-06-05-quarkus-and-web-ui-development-mode.adoc | 2 +- _posts/2019-08-01-hibernate-orm-config-profiles.adoc | 2 +- ...2019-12-11-talkdesk-chooses-quarkus-for-fast-innovation.adoc | 2 +- _posts/2020-07-10-quarkus-test-profiles.adoc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_posts/2019-05-05-quarkus-has-a-new-logo.adoc b/_posts/2019-05-05-quarkus-has-a-new-logo.adoc index ebb1c1e34f4..9cc2d1a629a 100644 --- a/_posts/2019-05-05-quarkus-has-a-new-logo.adoc +++ b/_posts/2019-05-05-quarkus-has-a-new-logo.adoc @@ -1,7 +1,7 @@ --- layout: post title: Quarkus has a new logo -date: 2019-05-08 14:00:00.000 -0600 +date: 2019-05-08T20:00:00Z tags: announcement author: jcobb --- diff --git a/_posts/2019-05-08-welcome.adoc b/_posts/2019-05-08-welcome.adoc index f0029d2cbaf..be8083b9392 100644 --- a/_posts/2019-05-08-welcome.adoc +++ b/_posts/2019-05-08-welcome.adoc @@ -1,7 +1,7 @@ --- layout: post title: Welcome to Quarkus! -date: 2019-05-08 14:00:00.000 +0200 +date: 2019-05-08T12:00:00Z tags: announcement author: ebernard --- diff --git a/_posts/2019-06-05-quarkus-and-web-ui-development-mode.adoc b/_posts/2019-06-05-quarkus-and-web-ui-development-mode.adoc index 0d2c160f37d..07390069259 100644 --- a/_posts/2019-06-05-quarkus-and-web-ui-development-mode.adoc +++ b/_posts/2019-06-05-quarkus-and-web-ui-development-mode.adoc @@ -1,7 +1,7 @@ --- layout: post title: Quarkus and Web UI Development -date: 2019-06-05 14:00:00.000 -0600 +date: 2019-06-05T20:00:00Z tags: development-tips author: kkhan --- diff --git a/_posts/2019-08-01-hibernate-orm-config-profiles.adoc b/_posts/2019-08-01-hibernate-orm-config-profiles.adoc index 24ceedbf47e..33c141cadab 100644 --- a/_posts/2019-08-01-hibernate-orm-config-profiles.adoc +++ b/_posts/2019-08-01-hibernate-orm-config-profiles.adoc @@ -1,7 +1,7 @@ --- layout: post title: Tips to use Hibernate ORM with Quarkus profiles and live coding mode -date: 2019-08-01 14:00:00.000 +0200 +date: 2019-08-01T12:00:00Z synopsis: Hibernate ORM lets you generate or update the database schema. Let's explore when to use such option in combination with live coding. tags: extension hibernate development-tips author: ebernard diff --git a/_posts/2019-12-11-talkdesk-chooses-quarkus-for-fast-innovation.adoc b/_posts/2019-12-11-talkdesk-chooses-quarkus-for-fast-innovation.adoc index 836cac8f3b4..c2cd6774baf 100644 --- a/_posts/2019-12-11-talkdesk-chooses-quarkus-for-fast-innovation.adoc +++ b/_posts/2019-12-11-talkdesk-chooses-quarkus-for-fast-innovation.adoc @@ -1,7 +1,7 @@ --- layout: post title: For fast innovation and to stay ahead of the competition, Talkdesk chooses Quarkus -date: 2019-12-11 00:00:00.000 -0600 +date: 2019-12-11T06:00:00Z tags: user-story author: cesarsaavedra thumbnailimage: /assets/images/posts/quarkus-user-stories/talkdesk/td_logo_2019_cmyk_darkblue.png diff --git a/_posts/2020-07-10-quarkus-test-profiles.adoc b/_posts/2020-07-10-quarkus-test-profiles.adoc index 9e6e5e7e3ae..2aa87e704f2 100644 --- a/_posts/2020-07-10-quarkus-test-profiles.adoc +++ b/_posts/2020-07-10-quarkus-test-profiles.adoc @@ -1,7 +1,7 @@ --- layout: post title: Quarkus now supports test profiles -date: 2020-07-10 14:00:00.000 -0600 +date: 2020-07-10T20:00:00Z tags: feature testing author: sdouglas --- From f57fbc100259017beb0e62909f6015833307ad35 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Wed, 3 Jun 2026 16:07:33 +0200 Subject: [PATCH 2/2] Convert dates with offsets but not milliseconds --- _posts/2019-07-08-runtime-performance.adoc | 2 +- _posts/2019-07-25-quarkus-dependency-injection.adoc | 2 +- _posts/2019-10-15-quarkus-on-jboss-asylum-podcast.adoc | 2 +- _posts/2020-02-24-qute.adoc | 2 +- _posts/2020-04-28-quarkus-mutual-tls.adoc | 2 +- _posts/2022-11-24-reactive-crud-performance-case-study.adoc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_posts/2019-07-08-runtime-performance.adoc b/_posts/2019-07-08-runtime-performance.adoc index 50bb647dadf..a66da3a520b 100644 --- a/_posts/2019-07-08-runtime-performance.adoc +++ b/_posts/2019-07-08-runtime-performance.adoc @@ -1,6 +1,6 @@ --- layout: post -date: 2019-07-08 00:00 +0100 +date: 2019-07-07T23:00:00Z author: johara tags: performance synopsis: Quarkus has so far been focused on start-up time and memory footprint, but runtime performance is important as well. Find out how well Quarkus performs in both Native and JVM modes. diff --git a/_posts/2019-07-25-quarkus-dependency-injection.adoc b/_posts/2019-07-25-quarkus-dependency-injection.adoc index 06c01b1df0d..77967f63b1f 100644 --- a/_posts/2019-07-25-quarkus-dependency-injection.adoc +++ b/_posts/2019-07-25-quarkus-dependency-injection.adoc @@ -1,6 +1,6 @@ --- layout: post -date: 2019-07-25 00:00 +0100 +date: 2019-07-24T23:00:00Z author: mkouba tags: extension arc development-tips synopsis: Quarkus ArC is a build-time oriented dependency injection based on CDI 2.0. But what does it actually mean and what benefits does a build-time processing DI bring? diff --git a/_posts/2019-10-15-quarkus-on-jboss-asylum-podcast.adoc b/_posts/2019-10-15-quarkus-on-jboss-asylum-podcast.adoc index 75dd8e88e17..e96d9e97654 100644 --- a/_posts/2019-10-15-quarkus-on-jboss-asylum-podcast.adoc +++ b/_posts/2019-10-15-quarkus-on-jboss-asylum-podcast.adoc @@ -1,7 +1,7 @@ --- layout: post title: Quarkus on JBoss Asylum Podcast -date: 2019-10-15 00:06 +0200 +date: 2019-10-14T22:06:00Z author: maxandersen synopsis: Jason, Emmanuel, Bill and Max on Asylum podcast about the making of Quarkus --- diff --git a/_posts/2020-02-24-qute.adoc b/_posts/2020-02-24-qute.adoc index 1aedfe1fa38..03920adaae2 100644 --- a/_posts/2020-02-24-qute.adoc +++ b/_posts/2020-02-24-qute.adoc @@ -1,7 +1,7 @@ --- layout: post title: 'Qute - Why (Not Just) Yet Another Templating Engine' -date: 2020-02-24 00:00 +0100 +date: 2020-02-23T23:00:00Z author: mkouba synopsis: Qute - a templating engine designed specifically to meet the Quarkus needs. --- diff --git a/_posts/2020-04-28-quarkus-mutual-tls.adoc b/_posts/2020-04-28-quarkus-mutual-tls.adoc index 0c83ec5ae00..1102274ebbb 100644 --- a/_posts/2020-04-28-quarkus-mutual-tls.adoc +++ b/_posts/2020-04-28-quarkus-mutual-tls.adoc @@ -1,7 +1,7 @@ --- layout: post title: Learn how to do Mutual TLS in Quarkus apps -date: 2020-04-28 00:00 +0100 +date: 2020-04-27T23:00:00Z author: mmascia synopsis: Let's learn how to enable mutual TLS in a Quarkus app. --- diff --git a/_posts/2022-11-24-reactive-crud-performance-case-study.adoc b/_posts/2022-11-24-reactive-crud-performance-case-study.adoc index 5c4773e2046..adf4fad77a6 100644 --- a/_posts/2022-11-24-reactive-crud-performance-case-study.adoc +++ b/_posts/2022-11-24-reactive-crud-performance-case-study.adoc @@ -1,7 +1,7 @@ --- layout: post title: "Reactive CRUD Performance: A Case Study" -date: 2022-11-24 00:00 +0100 +date: 2022-11-23T23:00:00Z author: johara tags: performance synopsis: By carefully fixing and designing a performance test to ensure that only Quarkus is being stressed, throughput improves from 1.75 req/sec to nearly 26,000 req/sec