Files
Kilo-Org_kilocode/packages/opencode
Mark IJbema 08cb48aa2e fix: use ISO 8601 timestamp with timezone offset in system prompt
Replace imprecise toDateString() (e.g. 'Mon Feb 23 2026') with full
ISO 8601 UTC timestamp and user timezone with UTC offset when the
extension provides it via editorContext.timezone.

Before: Today's date: Mon Feb 23 2026
After:  Current time: 2026-02-23T12:23:04.159Z
        User timezone: Europe/Amsterdam, UTC+1:00
2026-02-23 14:25:10 +01:00
..
2026-01-24 12:27:13 -05:00
2026-01-26 14:59:23 +01:00
2026-02-21 13:04:22 +00:00
2026-02-11 16:14:28 +00:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.