pgcontents icon indicating copy to clipboard operation
pgcontents copied to clipboard

Displayed `Last Modified` date

Open bmll-chris opened this issue 6 years ago • 2 comments

The DUMMY_CREATED_DATE currently results in displaying 49 years as the last modified date for base directories in Jupyter, which is incorrect. Can this variable be changed to an empty string such that the displayed date is blank?

bmll-chris avatar Mar 18 '19 16:03 bmll-chris

@bmll-chris I'm not sure offhand what the Jupyter frontend would do with an empty string in that case. My guess is that None (which would end up as null in javascript) is more likely to work, but that might still cause problems if the Jupyter javascript expects the modified date to always be populated.

ssanderson avatar Apr 01 '19 16:04 ssanderson

I have tested a null string and None - both work. Would you be able to implement one?

bmll-chris avatar Apr 03 '19 08:04 bmll-chris