dt icon indicating copy to clipboard operation
dt copied to clipboard

Reduce dependency on time.Time

Open ribice opened this issue 5 years ago • 0 comments

Currently most of the date/time calculations are done by converting to time.Time and reverting afterwards to dt format.

Ideally this step should be removed and the logic should be re-implemented from time.Time into dt.

ribice avatar Sep 20 '19 23:09 ribice