refactor(chalice): enforce UTC TZ
refactor(crons): enforce UTC TZ
refactor(alerts): enforce UTC TZ
(cherry picked from commit 884f3499ef)
4 lines
No EOL
85 B
Bash
Executable file
4 lines
No EOL
85 B
Bash
Executable file
#!/bin/zsh
|
|
export TZ=UTC
|
|
|
|
uvicorn app:app --reload --log-level ${S_LOGLEVEL:-warning} |