-
Notifications
You must be signed in to change notification settings - Fork 17
ws_list has no entry for the creation date #18
Copy link
Copy link
Open
Labels
Description
ws_list uses a getctime() for the creation date, which is feasible for the active workspaces. For the ones which can be restored this reflects the time the workspace was released (resp. the time the cron job ws_expirer moved it to the expired workspaces). Hence the "creation time" becomes an "expired since" in ws_list -e due to the new file in the .removed area (which is almost the same as the already displayed "expiration date"). Maybe both would be good to be listed, which would mean to have an additional entry for the real creation time.
Reactions are currently unavailable