You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the schedule commands I have noticed that if Starts At is set to any PM values (like 3:45PM or 15:45) the schedule command output shows it in cron expression, for AM this is HH:mm format, for other fields there is also no issue with any PM values.
Steps:
Open cli
For existing workspace set coder schedule start <workspace-name> 4:20PM
Actual: the output is:
(Note for stops next there is no issue to display PM for other properties)
For existing workspace set coder schedule start <workspace-name> 4:20AM
Output is in normal format
The text was updated successfully, but these errors were encountered:
coder version:
Coder v0.7.3+153ffc0
While using the schedule commands I have noticed that if Starts At is set to any PM values (like 3:45PM or 15:45) the schedule command output shows it in cron expression, for AM this is HH:mm format, for other fields there is also no issue with any PM values.
Steps:
coder schedule start <workspace-name> 4:20PM
Actual: the output is:
(Note for stops next there is no issue to display PM for other properties)
coder schedule start <workspace-name> 4:20AM
Output is in normal format
The text was updated successfully, but these errors were encountered: