CLI not using system time - displays incorrect dates for builds and versions
- Dominant language
- Shell
- Stars
- 11.2k
- Forks
- 1.9k
- Avg merge
- 14h 16m
- Merged PRs (30d)
- 6
Description
### Describe the bug
The GitHub Copilot CLI appears to be using incorrect dates for build timestamps and version information instead of using the system time. This results in displaying random or incorrect dates that don't match the actual system clock.
### Affected version
0.0.337
### Steps to reproduce the behavior
1. Run the copilot CLI
2. Observe the version information and build dates displayed
3. Compare with actual system time
### Expected behavior
The CLI should use the system time for all timestamps, including:
- Build dates
- Version timestamps
- Any other time-related information displayed to users
This ensures consistency and accuracy in version tracking and debugging.
### Additional context
This issue affects the ability to accurately track when builds were created and can cause confusion when debugging or reporting issues.
Contributor guide
Assessment
This issue has not been assessed yet.