Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
336 B
Bash
Executable File

#! /usr/bin/env bash
#
# Replace the time zone with "+0000". This is needed for any zeek-cut tests
# that convert UTC timestamps and show the time zone, because strftime
# with the "%z" format string behaves differently on OS X (it just always
# shows the local time zone instead of "+0000").
sed 's/[+-][0-9][0-9][0-9][0-9]/+0000/g'