#!/bin/sh while read l; do echo $(TZ=UTC date +%Y-%m-%dT%H:%M:%SZ) $l done