novoid / Memacs

What did I do on February 14th 2007? Visualize your (digital) life in Org-mode
GNU General Public License v3.0
1.03k stars 66 forks source link

Inactive Datetime in OrgFormat does not accept datetime object #72

Closed DerBeutlin closed 6 years ago

DerBeutlin commented 6 years ago

The inactive_datetime -function in does not accept datetime objects as parameters but only time.struct_times, The very similar function datetime does accept both. Is there a reason for that?

novoid commented 6 years ago

Yes: laziness ;-)