diff --git a/configure b/configure index 8f92a32..e893beb 100755 --- a/configure +++ b/configure @@ -67,7 +67,7 @@ function get_timezone() { timezone=${file#*zoneinfo/} if [[ $timezone == "$file" ]]; then # not pointing to expected location or not Region/City - echo "Europe/London" + echo "Atlantic/Azores" else echo "$timezone" fi