Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Gao committed Nov 29, 2023
1 parent c678314 commit c5f14cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/spark-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ run_non_utc_time_zone_tests() {
time_zones_length=${#non_utc_time_zones[@]}
# get day of week, Sunday is represented by 0 and Saturday by 6
current_date=$(date +%w)
echo "Current date is: ${current_date}"
echo "Current day of week is: ${current_date}"
time_zone_index=$((current_date % time_zones_length))
time_zone="${non_utc_time_zones[${time_zone_index}]}"
echo "Run Non-UTC tests, time zone is ${time_zone}"
Expand Down

0 comments on commit c5f14cf

Please sign in to comment.