Skip to content
Snippets Groups Projects
Commit 80a2f630 authored by ranchodeluxe's avatar ranchodeluxe
Browse files

export TZ=Etc/UTC

parent 42aab626
No related branches found
No related tags found
1 merge request!61Additions: primary keys, speed ups (preprocessing and postprocessing), tests, scalene, reorg entire fireatlas
#!/bin/bash
set -eo pipefail
# force all datetimes to be EST/EDT
export TZ="America/New_York"
# force all datetimes to be UTC
export TZ="Etc/UTC"
# check if the number of arguments is less than 4 (minimum required)
if [ $# -lt 5 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment