Skip to content

Commit

Permalink
VACMS_16449: updated date formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Jan 19, 2024
1 parent d44d81a commit 032af61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/sync/views.view.user_admin_people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ display:
type: timestamp
settings:
date_format: custom
custom_date_format: 'F j, Y, g:ia'
custom_date_format: 'Y-m-d H:i:s'
timezone: ''
tooltip:
date_format: ''
Expand All @@ -1477,6 +1477,7 @@ display:
past_format: '@interval ago'
granularity: 2
refresh: 60
description: ''
group_column: value
group_columns: { }
group_rows: true
Expand All @@ -1501,7 +1502,7 @@ display:
exclude: false
alter:
alter_text: true
text: "{% if access__value %}\r\n {{ access__value|format_date('custom', 'F j, Y, g:ia') }}\r\n{% else %}\r\n Never\r\n{% endif %}"
text: "{% if access__value %}\r\n {{ access__value|format_date('custom', 'Y-m-d H:i:s') }}\r\n{% else %}\r\n Never\r\n{% endif %}"
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -2006,7 +2007,7 @@ display:
type: timestamp
settings:
date_format: custom
custom_date_format: 'F j, Y, g:ia'
custom_date_format: 'Y-m-d H:i:s'
timezone: ''
tooltip:
date_format: ''
Expand Down Expand Up @@ -2042,7 +2043,7 @@ display:
exclude: false
alter:
alter_text: true
text: "{% if access__value %}\r\n {{ access__value|format_date('custom', 'F j, Y, g:ia') }}\r\n{% else %}\r\n Never\r\n{% endif %}"
text: "{% if access__value %}\r\n {{ access__value|format_date('custom', 'Y-m-d H:i:s') }}\r\n{% else %}\r\n Never\r\n{% endif %}"
make_link: false
path: ''
absolute: false
Expand Down

0 comments on commit 032af61

Please sign in to comment.