Commit Graph

2 Commits (722e703c6bc4df27f23a985b16f68e6c89e048c1)

Author SHA1 Message Date
wxiaoguang b068dbd40e
Refactor DateUtils and merge TimeSince ()
Follow  and 
wxiaoguang 259811617b
Replace DateTime with proper functions ()
Follow 

This PR cleans up the "Deadline" usages in templates, make them call
`ParseLegacy` first to get a `Time` struct then display by `DateUtils`.

Now it should be pretty clear how "deadline string" works, it makes it
possible to do further refactoring and correcting.