Skip to content

Commit

Permalink
Replace YYYY occurrences by yyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 30, 2024
1 parent f03cffa commit 8d71698
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion content/docs/latest/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v7.0.0/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v8.0.0/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v8.1.0/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v8.1.1/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v8.2.0/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v8.3.0/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v8.4.0/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/v9.0.0/templating/mockoon-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions content/releases/4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand All @@ -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"
Expand All @@ -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": {...}
}
Expand All @@ -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",
Expand Down

0 comments on commit 8d71698

Please sign in to comment.