Code review comment for lp:~jjacobs/methanal/utc-times

Revision history for this message
Jonathan Jacobs (jjacobs) wrote :

> > 7 self._knownTime = Methanal.Util.Time.fromDate(
> > 8 - new Date(2009, 8, 6, 1, 36, 23, 2));
> > 9 + new Date(2009, 8, 6, 1, 36, 23, 2), true);
>
> As far as I can tell, fromDate only takes one parameter; what is the point of
> passing true here?

Something left in from an older API. I've removed it and pushed a new revision.

« Back to merge proposal