-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EWPP-2033: Provide upgrade path to adapt the date formats.
- Loading branch information
1 parent
c39d67d
commit 601233d
Showing
4 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...rogramme_date_with_hour_with_timezone.yml → ...oe_event_programme_date_hour_timezone.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: oe_event_programme_date_with_hour_with_timezone | ||
id: oe_event_programme_date_hour_timezone | ||
label: 'Event programme date with hour with timezone' | ||
locked: false | ||
pattern: 'j M Y, h:i A T' |
7 changes: 7 additions & 0 deletions
7
...s/30002_event_programme_date_format/core.date_format.oe_event_programme_hour_timezone.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: oe_event_programme_hour_timezone | ||
label: 'Event programme hour with timezone' | ||
locked: false | ||
pattern: 'h:i A T' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters