Add -u flag to GNU date command in get_iso_timestamp() to match the macOS implementation and function documentation. Both platforms now consistently return UTC timestamps in YYYY-MM-DDTHH:MM:SS+00:00 format. Before: date -Iseconds (returned local time on Linux) After: date -u -Iseconds (returns UTC on Linux) |
||
|---|---|---|
| .. | ||
| circuit_breaker.sh | ||
| date_utils.sh | ||
| response_analyzer.sh | ||