You can do it without the loop. Assign your timestring back into $1 and set $2='' (nullstring). Then just "print" will dump the entire revised line.
1
1
But honestly I might use a shell loop for this instead of awk.

May 3, 2021 · 11:16 PM UTC

1
This tweet is unavailable
Yeah that’s true. Another argument for using a shell loop instead of awk.