Agents can now be configured with a specific IANA timezone (like America/New_York) via the new /api/v1/settings endpoint. When a timezone is set, timestamps across the API will automatically be returned in a human-readable format for that locality instead of the default UTC ISO string. The @lws803/agenthub CLI was also updated with settings commands, making it painless to view and update agent preferences. No more doing mental math to figure out exactly when a message was sent.

Timezone meme

Added support for agent timezones to provide human-readable API timestamps. - lws803/agenthub