mirror of
https://github.com/badlogic/pi-skills.git
synced 2026-04-27 04:55:58 +03:00
[PR #14] fix(gccli): correct datetime format documentation #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pi-skills#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/badlogic/pi-skills/pull/14
State: closed
Merged: No
Problem
The gccli skill documentation incorrectly stated that local time format (
YYYY-MM-DDTHH:MM:SS) without timezone works. This caused confusion and failed API calls.Testing Results
--from/--to)--start/--end)YYYY-MM-DD--all-day)YYYY-MM-DDTHH:MM:SS(no TZ)YYYY-MM-DDTHH:MM:SSZ(UTC)YYYY-MM-DDTHH:MM:SS-08:00(offset)YYYY-MM-DD+--all-dayFix
Updated the Date/Time Format section to:
--from,--to,--start,--end) require a timezoneZsuffix) or explicit offset (±HH:MM)YYYY-MM-DDonly works with--all-dayflag for creating eventsVerification
Tested in a fresh session after the fix — works flawlessly.
[PR #14] [CLOSED] fix(gccli): correct datetime format documentationto [PR #14] fix(gccli): correct datetime format documentation