05-datetime 255 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #!/bin/sh -efux TIME_UTC="${GLOBAL_TIME_UTC:-}" in_zone="${GLOBAL_TIME_ZONE:-}" . alterator-datetime-functions if [ -n "$TIME_UTC" ]; then [ "$TIME_UTC" = 0 ] || TIME_UTC=1 write_utc "$TIME_UTC" fi if [ -n "$in_zone" ]; then write_zone fi