This changeset removes the PY_TIMEZONE configuration variable and updates all references to it to refer directly to pytz.utc instead. It also cleans up a few of the import statements and removes those that are no longer needed (like the current_app reference from Flask).
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset converts the display of dates and times to be just UTC to match the recent changes in the backend. This unwinds a bit of work that was done previously and allows us to start with a clean slate in how we want to approach displaying dates and times going forward. It also adds a bit of explanatory text to help users.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
Co-authored-by: stvnrlly <steven.reilly@gsa.gov>
* Updated header and footer
* Moved files around and updated gulpfile to correct the build process when it goes to production
* Updated fonts
* Adjusted grid templating
* Adding images to assets
* Updated account pages, dashboard, and pages in message sending flow
* Updated the styling for the landing pages in the account section once logged in
* Updated header and footer
* Updated fonts
* Moved files around and updated gulpfile to correct the build process when it goes to production
* Adjusted grid templating
* Added images to assets
* Update app/templates/components/uk_components/footer/template.njk
Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
* main: (21 commits)
Expect sms 2nd factor codes to be 6 digits
Bump werkzeug from 2.2.2 to 2.2.3
Switch egress proxy to official repo
Run pipenv update
Pin openpyxls to avoid bug between 3.1 and pyexcel-xlsx
Bump cryptography from 39.0.0 to 39.0.1
Remove direct use of aws creds from deployed environments
Add cf-cli version check to create_service_account
Tweak tail & jq usage to parse cf-cli@8 output
Load New Relic in manifest.yml startup command
Document how to retrieve NEW_RELIC_LICENSE_KEY for dev
Use main notifications-utils branch again
Remove wildcard matcher on egress allow
Update proxy settings to enable sending data to new relic
Updates for sandbox env
Fix header test
Configure egress proxy for new relic integration
Add newrelic to browser CSP directives
Validate new relic config in github actions
Report data to newrelic
...