ralph-claude-code/lib
frankbria 70279c017e fix(date): ensure Linux date utility returns UTC timestamps
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)
2025-12-31 16:48:24 -07:00
..
circuit_breaker.sh feat(date): add cross-platform date compatibility for macOS and Linux 2025-12-31 16:04:49 -07:00
date_utils.sh fix(date): ensure Linux date utility returns UTC timestamps 2025-12-31 16:48:24 -07:00
response_analyzer.sh feat(date): add cross-platform date compatibility for macOS and Linux 2025-12-31 16:04:49 -07:00