On 20 July 2016 at 15:33, Henry Vermaak <henry.verm...@gmail.com> wrote:
> On Wed, Jul 20, 2016 at 03:26:56PM +0100, Denis Kozlov wrote: > > Don't mind another poorly chosen name "EpochToLocal", which in reality is > > more like "UnixToDateTime". > > > > Is there an issue I'm just not seeing? > > I thought the same. Maybe the implementation predates UnixToDateTime()? > Worth a bug report, I think. > > Well, Unix implementation of NowUTC can be replaced with a tidy: function NowUTC: TDateTime; var tp: timeval; begin fpgettimeofday(@tp,nil); Result := UnixToDateTime(tp.tv_sec); end; Denis
_______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel