dt
dt copied to clipboard
Reduce dependency on time.Time
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
.