From 8d71698f5ba4cdc6af7e06ef8b16f6f0e936d611 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 30 Dec 2024 22:28:58 +0100 Subject: [PATCH] Replace YYYY occurrences by yyyy See https://github.com/date-fns/date-fns/issues/1055 --- content/docs/latest/templating/mockoon-helpers.md | 2 +- content/docs/v7.0.0/templating/mockoon-helpers.md | 2 +- content/docs/v8.0.0/templating/mockoon-helpers.md | 2 +- content/docs/v8.1.0/templating/mockoon-helpers.md | 2 +- content/docs/v8.1.1/templating/mockoon-helpers.md | 2 +- content/docs/v8.2.0/templating/mockoon-helpers.md | 2 +- content/docs/v8.3.0/templating/mockoon-helpers.md | 2 +- content/docs/v8.4.0/templating/mockoon-helpers.md | 2 +- content/docs/v9.0.0/templating/mockoon-helpers.md | 2 +- content/releases/4.0.0.md | 8 ++++---- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/content/docs/latest/templating/mockoon-helpers.md b/content/docs/latest/templating/mockoon-helpers.md index 0adc17c6..412a4cc9 100644 --- a/content/docs/latest/templating/mockoon-helpers.md +++ b/content/docs/latest/templating/mockoon-helpers.md @@ -1063,7 +1063,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/docs/v7.0.0/templating/mockoon-helpers.md b/content/docs/v7.0.0/templating/mockoon-helpers.md index b1ef00bb..6624fe8a 100644 --- a/content/docs/v7.0.0/templating/mockoon-helpers.md +++ b/content/docs/v7.0.0/templating/mockoon-helpers.md @@ -942,7 +942,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/docs/v8.0.0/templating/mockoon-helpers.md b/content/docs/v8.0.0/templating/mockoon-helpers.md index 7ae5d8cf..5a1fa2b7 100644 --- a/content/docs/v8.0.0/templating/mockoon-helpers.md +++ b/content/docs/v8.0.0/templating/mockoon-helpers.md @@ -946,7 +946,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/docs/v8.1.0/templating/mockoon-helpers.md b/content/docs/v8.1.0/templating/mockoon-helpers.md index 7ae5d8cf..5a1fa2b7 100644 --- a/content/docs/v8.1.0/templating/mockoon-helpers.md +++ b/content/docs/v8.1.0/templating/mockoon-helpers.md @@ -946,7 +946,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/docs/v8.1.1/templating/mockoon-helpers.md b/content/docs/v8.1.1/templating/mockoon-helpers.md index 7ae5d8cf..5a1fa2b7 100644 --- a/content/docs/v8.1.1/templating/mockoon-helpers.md +++ b/content/docs/v8.1.1/templating/mockoon-helpers.md @@ -946,7 +946,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/docs/v8.2.0/templating/mockoon-helpers.md b/content/docs/v8.2.0/templating/mockoon-helpers.md index 7ae5d8cf..5a1fa2b7 100644 --- a/content/docs/v8.2.0/templating/mockoon-helpers.md +++ b/content/docs/v8.2.0/templating/mockoon-helpers.md @@ -946,7 +946,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/docs/v8.3.0/templating/mockoon-helpers.md b/content/docs/v8.3.0/templating/mockoon-helpers.md index 2e3aa70b..40877e21 100644 --- a/content/docs/v8.3.0/templating/mockoon-helpers.md +++ b/content/docs/v8.3.0/templating/mockoon-helpers.md @@ -999,7 +999,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/docs/v8.4.0/templating/mockoon-helpers.md b/content/docs/v8.4.0/templating/mockoon-helpers.md index ca4b3407..2f5f40c2 100644 --- a/content/docs/v8.4.0/templating/mockoon-helpers.md +++ b/content/docs/v8.4.0/templating/mockoon-helpers.md @@ -999,7 +999,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/docs/v9.0.0/templating/mockoon-helpers.md b/content/docs/v9.0.0/templating/mockoon-helpers.md index 5f288f94..42e9541b 100644 --- a/content/docs/v9.0.0/templating/mockoon-helpers.md +++ b/content/docs/v9.0.0/templating/mockoon-helpers.md @@ -1037,7 +1037,7 @@ Display the current time in the chosen format. Format syntax is based on [date-f **Examples** ```handlebars -{{now 'YYYY-MM-DD'}} +{{now 'yyyy-MM-DD'}} ``` ## dateTimeShift diff --git a/content/releases/4.0.0.md b/content/releases/4.0.0.md index e9acd7e0..ba94c0b5 100644 --- a/content/releases/4.0.0.md +++ b/content/releases/4.0.0.md @@ -44,7 +44,7 @@ Some events' logging formats changed. If you are using the logs in your scripts, { "level": "info", "message": "Server started on port 3000", - "timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ", + "timestamp": "yyyy-MM-DDTHH:mm:ss.sssZ", "mockName": "mockoon-demo-api" } ``` @@ -55,7 +55,7 @@ Some events' logging formats changed. If you are using the logs in your scripts, { "level": "info", "message": "Server started on port 3010", - "timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ", + "timestamp": "yyyy-MM-DDTHH:mm:ss.sssZ", "app": "mockoon-server", "environmentName": "mockoon-demo-api", "environmentUUID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" @@ -70,7 +70,7 @@ Some events' logging formats changed. If you are using the logs in your scripts, { "level": "info", "message": "GET /test | 200", - "timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ", + "timestamp": "yyyy-MM-DDTHH:mm:ss.sssZ", "mockName": "mockoon-demo-api", "transaction": {...} } @@ -82,7 +82,7 @@ Some events' logging formats changed. If you are using the logs in your scripts, { "level": "info", "message": "Transaction recorded", - "timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ", + "timestamp": "yyyy-MM-DDTHH:mm:ss.sssZ", "app": "mockoon-server", "environmentName": "mockoon-demo-api", "environmentUUID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",