snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

Readable scheduler due date #244

Closed kangz12345 closed 8 months ago

kangz12345 commented 10 months ago

Feature you want to implement

Currently the due date column shows the due date by a floating point timestamp. This is not very friendly to see the date and time. It should be displayed in e.g. ISO format.

How the feature is implemented

Just like the arguments column, handle the due date column separately. (I changed the code in the lab PC, so I will make the PR later).

kangz12345 commented 8 months ago

Oops, I didn't make any PR