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

Revision history for this message
Tristan Seligmann (mithrandi) 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?

review: Needs Information

« Back to merge proposal