removed UTC text

This commit is contained in:
Beverly Nguyen
2023-12-13 23:12:02 -08:00
parent 6edc20df55
commit 50dc153cd8
2 changed files with 1 additions and 8 deletions

View File

@@ -13,12 +13,7 @@
<p>For <a class="usa-link" href="{{ url_for("main.security") }}">security</a>, this information is only available for seven days after a message has been sent. You can download a report, including a list of sent messages, for your own records.</p> <p>For <a class="usa-link" href="{{ url_for("main.security") }}">security</a>, this information is only available for seven days after a message has been sent. You can download a report, including a list of sent messages, for your own records.</p>
<p>This page describes the statuses youll see when youre signed in to Notify.</p> <p>This page describes the statuses youll see when youre signed in to Notify.</p>
<h2 id="text-message-timezones" class="heading-medium">A note about timezones</h2> <!-- <p>If youre using the Notify API, read our <a class="usa-link" href="{{ url_for('.documentation') }}">documentation</a> for a list of API statuses.<p>
<p>Notify currently uses UTC (Coordinated Universal Time) for managing and displaying all dates and times in the system. This means that when you're scheduling messages to send later, or are looking at the time a message was sent, it will be in the UTC timezone.</p>
<p>You can refer to <a href="https://en.wikipedia.org/wiki/Time_in_the_United_States#United_States_and_regional_time_zones">this chart for help</a> with converting UTC times to your local timezone.</p>
<!-- <p>If youre using the Notify API, read our <a class="usa-link" href="{{ url_for('.documentation') }}">documentation</a> for a list of API statuses.<p>
<h2 id="email-statuses" class="heading-medium">Emails</h2> <h2 id="email-statuses" class="heading-medium">Emails</h2>
<div class="bottom-gutter-3-2"> <div class="bottom-gutter-3-2">

View File

@@ -18,7 +18,6 @@
{% block maincolumn_content %} {% block maincolumn_content %}
{{ page_header(page_title) }} {{ page_header(page_title) }}
{{ ajax_block( {{ ajax_block(
partials, partials,
url_for('.get_notifications_as_json', service_id=current_service.id, message_type=message_type, status=status), url_for('.get_notifications_as_json', service_id=current_service.id, message_type=message_type, status=status),
@@ -52,7 +51,6 @@
<span class="usa-search__submit-text">Search </span><img src="/assets/img/usa-icons-bg/search--white.svg" <span class="usa-search__submit-text">Search </span><img src="/assets/img/usa-icons-bg/search--white.svg"
class="usa-search__submit-icon" alt="Search" /> class="usa-search__submit-icon" alt="Search" />
</button> </button>
{% endcall %} {% endcall %}