-
-
Notifications
You must be signed in to change notification settings - Fork 52.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
Even after setting TZ=Asia/Shanghai environment variable and upgrading to latest version (2026.2.19), OpenClaw logs still display UTC time instead of local time.
Steps to reproduce
- Set environment variable: TZ=Asia/Shanghai
- Start OpenClaw: openclaw gateway start
- Check logs: openclaw logs
- Observe time is in UTC (e.g., shows 04:18 when local time is 12:18)
Expected behavior
Logs should display local time according to TZ environment variable.
Actual behavior
Logs always show UTC time regardless of TZ setting.
OpenClaw version
2026.2.19
Operating system
Win11
Install method
npm install -g openclaw@latest
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
- C:\Users\86137>node -v
v24.13.0 - Timezone: Asia/Shanghai (GMT+8)
- Tried both system environment variable and set TZ=Asia/Shanghai before command
- Issue persists after upgrade from 2026.2.9 to 2026.2.19
- Discord and other functions work fine, only time display is affected
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working