Jason_000
Jason_000
No rush or anything @MannarAmuthan but just checking if you're still working on this?
Will take a look later today, thanks @MannarAmuthan
@briandowns Be good to get your thoughts on this too
> I like this. > > I'm curious if we could simplify it though. > > I was looking at working on a time module myself at one point and...
> As always, I'll defer to @Jason2605 but I think we can be fine with storing a wall time and mono time in int64_t values in a dateTime object. From...
Thanks for still working on this! Will be a really nice addition to get a more fully featured datetime library
Thanks very much for the detailed write up! I personally think the Timedelta option is the way to go - I feel like when dealing with calculating time differences it...
Yeah when you run `.add` or `.minus` (or whatever we decide the public API to be) I would expect a new datetime object yeah! I'm not too fussed on Duration...
So you'd prefer methods rather than overloading the operators? Makes sense, yeah I think im siding towards `Duration` at the moment
Sounds good to me! I wonder if it's worth having a `List` / `Dict` namespace then later on we can add other methods that create these from method calls, i.e:...